10.6 SDK compatibility fixes. No bug.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@407 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mmentovai 2009-10-06 18:16:36 +00:00
parent c84c9e7bb3
commit 760d66430e
4 changed files with 8 additions and 2 deletions

View file

@ -29,11 +29,12 @@
// This is a client for the dwarf2reader to extract function and line
// information from the debug info.
#include <assert.h>
#include <map>
#include <queue>
#include <vector>
#include "common/mac/dwarf/functioninfo.h"
#include "common/mac/dwarf/bytereader.h"