Index: cc/base/list_container_helper.cc |
diff --git a/cc/base/list_container_helper.cc b/cc/base/list_container_helper.cc |
index ea30bad7df0d79cccf330972105c87a9162cd179..7b249ac01f7c8516101811a532ff197d36c2103d 100644 |
--- a/cc/base/list_container_helper.cc |
+++ b/cc/base/list_container_helper.cc |
@@ -4,10 +4,13 @@ |
#include "cc/base/list_container_helper.h" |
+#include <stddef.h> |
+ |
#include <algorithm> |
#include <vector> |
#include "base/logging.h" |
+#include "base/macros.h" |
namespace { |
const size_t kDefaultNumElementTypesToReserve = 32; |