Chromium Code Reviews| Index: src/google_breakpad/processor/minidump.h |
| =================================================================== |
| --- src/google_breakpad/processor/minidump.h (revision 1463) |
| +++ src/google_breakpad/processor/minidump.h (working copy) |
| @@ -79,6 +79,8 @@ |
| #ifndef GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__ |
| #define GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__ |
| +#include <stdint.h> |
|
Lei Zhang
2015/07/15 17:07:29
Is this here by accident?
|
| + |
| #ifndef _WIN32 |
| #include <unistd.h> |
| #endif |