Index: snapshot/win/pe_image_reader.h |
diff --git a/snapshot/win/pe_image_reader.h b/snapshot/win/pe_image_reader.h |
index 87e3a8f49dab866f09fafc0dfc029506d66f74de..4e9516b288382ca795a1d1a36fde0adc5cac93fe 100644 |
--- a/snapshot/win/pe_image_reader.h |
+++ b/snapshot/win/pe_image_reader.h |
@@ -16,10 +16,12 @@ |
#define CRASHPAD_SNAPSHOT_WIN_PE_IMAGE_READER_H_ |
#include <windows.h> |
+#include <stdint.h> |
+#include <sys/types.h> |
#include <string> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "snapshot/win/process_subrange_reader.h" |
#include "util/misc/initialization_state_dcheck.h" |
#include "util/misc/uuid.h" |