| Index: snapshot/minidump/process_snapshot_minidump.h
|
| diff --git a/snapshot/minidump/process_snapshot_minidump.h b/snapshot/minidump/process_snapshot_minidump.h
|
| index 9384eaffc1da4c1cc5e5b242984266598063f22b..ad1af3e87a0c319a597c9eecd8284f111d88e9d1 100644
|
| --- a/snapshot/minidump/process_snapshot_minidump.h
|
| +++ b/snapshot/minidump/process_snapshot_minidump.h
|
| @@ -15,19 +15,20 @@
|
| #ifndef CRASHPAD_SNAPSHOT_MINIDUMP_PROCESS_SNAPSHOT_MINIDUMP_H_
|
| #define CRASHPAD_SNAPSHOT_MINIDUMP_PROCESS_SNAPSHOT_MINIDUMP_H_
|
|
|
| -#include <sys/time.h>
|
| #include <windows.h>
|
| #include <dbghelp.h>
|
| +#include <stdint.h>
|
| +#include <sys/time.h>
|
|
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "minidump/minidump_extensions.h"
|
| #include "snapshot/exception_snapshot.h"
|
| -#include "snapshot/minidump/module_snapshot_minidump.h"
|
| #include "snapshot/memory_snapshot.h"
|
| +#include "snapshot/minidump/module_snapshot_minidump.h"
|
| #include "snapshot/module_snapshot.h"
|
| #include "snapshot/process_snapshot.h"
|
| #include "snapshot/system_snapshot.h"
|
|
|