Index: client/prune_crash_reports.h |
diff --git a/client/prune_crash_reports.h b/client/prune_crash_reports.h |
index 1c1ce9c328b7453c74a427f52da6d12788878d1f..3f13991d187e7c84f449e552c50ec850cde8fe84 100644 |
--- a/client/prune_crash_reports.h |
+++ b/client/prune_crash_reports.h |
@@ -15,9 +15,10 @@ |
#ifndef CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_ |
#define CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_ |
-#include <time.h> |
#include <sys/types.h> |
+#include <time.h> |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "client/crash_report_database.h" |