From 430c0a371a5624babfb714e97a8ee940d2d678b5 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 15 Feb 2012 16:26:32 +0000 Subject: Add some missing #includes P=Albert Zeyer R=ted at http://breakpad.appspot.com/289001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@920 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/dwarf/dwarf2reader.cc | 1 + src/common/dwarf/types.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src/common/dwarf') diff --git a/src/common/dwarf/dwarf2reader.cc b/src/common/dwarf/dwarf2reader.cc index fadce485..b4e61133 100644 --- a/src/common/dwarf/dwarf2reader.cc +++ b/src/common/dwarf/dwarf2reader.cc @@ -39,6 +39,7 @@ #include #include +#include #include #include diff --git a/src/common/dwarf/types.h b/src/common/dwarf/types.h index 08a325aa..61ca4579 100644 --- a/src/common/dwarf/types.h +++ b/src/common/dwarf/types.h @@ -33,6 +33,8 @@ #ifndef _COMMON_DWARF_TYPES_H__ #define _COMMON_DWARF_TYPES_H__ +#include + typedef signed char int8; typedef short int16; typedef int int32; -- cgit v1.2.1