Index: cc/base/rolling_time_delta_history.h |
diff --git a/cc/base/rolling_time_delta_history.h b/cc/base/rolling_time_delta_history.h |
index e51fb86ba9688988fc46289528662e7328b1bb38..61ed339f74038ca8336769a9758a59641b79cba2 100644 |
--- a/cc/base/rolling_time_delta_history.h |
+++ b/cc/base/rolling_time_delta_history.h |
@@ -5,9 +5,12 @@ |
#ifndef CC_BASE_ROLLING_TIME_DELTA_HISTORY_H_ |
#define CC_BASE_ROLLING_TIME_DELTA_HISTORY_H_ |
+#include <stddef.h> |
+ |
#include <deque> |
#include <set> |
+#include "base/macros.h" |
#include "base/time/time.h" |
#include "cc/base/cc_export.h" |