From 760d66430e41ea9b817492b2137268e41430035b Mon Sep 17 00:00:00 2001 From: mmentovai Date: Tue, 6 Oct 2009 18:16:36 +0000 Subject: 10.6 SDK compatibility fixes. No bug. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@407 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/mac/SimpleStringDictionary.mm | 2 ++ src/common/mac/dwarf/bytereader.cc | 3 ++- src/common/mac/dwarf/dwarf2reader.cc | 2 ++ src/common/mac/dwarf/functioninfo.cc | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/mac/SimpleStringDictionary.mm b/src/common/mac/SimpleStringDictionary.mm index 567855e0..d9c791cc 100644 --- a/src/common/mac/SimpleStringDictionary.mm +++ b/src/common/mac/SimpleStringDictionary.mm @@ -31,6 +31,8 @@ // Simple string dictionary that does not allocate memory // +#include + #import "SimpleStringDictionary.h" namespace google_breakpad { diff --git a/src/common/mac/dwarf/bytereader.cc b/src/common/mac/dwarf/bytereader.cc index 823cf2b6..906fbb32 100644 --- a/src/common/mac/dwarf/bytereader.cc +++ b/src/common/mac/dwarf/bytereader.cc @@ -26,8 +26,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "common/mac/dwarf/bytereader-inl.h" +#include +#include "common/mac/dwarf/bytereader-inl.h" #include "common/mac/dwarf/bytereader.h" namespace dwarf2reader { diff --git a/src/common/mac/dwarf/dwarf2reader.cc b/src/common/mac/dwarf/dwarf2reader.cc index dd21561d..e43029cc 100644 --- a/src/common/mac/dwarf/dwarf2reader.cc +++ b/src/common/mac/dwarf/dwarf2reader.cc @@ -26,6 +26,8 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#include + #include #include diff --git a/src/common/mac/dwarf/functioninfo.cc b/src/common/mac/dwarf/functioninfo.cc index 3501c035..04165dc0 100644 --- a/src/common/mac/dwarf/functioninfo.cc +++ b/src/common/mac/dwarf/functioninfo.cc @@ -29,11 +29,12 @@ // This is a client for the dwarf2reader to extract function and line // information from the debug info. +#include + #include #include #include - #include "common/mac/dwarf/functioninfo.h" #include "common/mac/dwarf/bytereader.h" -- cgit v1.2.1