| Index: snapshot/mac/mach_o_image_reader.h
|
| diff --git a/snapshot/mac/mach_o_image_reader.h b/snapshot/mac/mach_o_image_reader.h
|
| index 7047bc6a6fae60d103e1e1c883f7375fbb4825a8..883a756abc4de85c4174ef5ce73ba688f7442161 100644
|
| --- a/snapshot/mac/mach_o_image_reader.h
|
| +++ b/snapshot/mac/mach_o_image_reader.h
|
| @@ -17,11 +17,12 @@
|
|
|
| #include <mach/mach.h>
|
| #include <stdint.h>
|
| +#include <sys/types.h>
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "snapshot/mac/process_types.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
|
|