Index: base/metrics/stats_counters.cc |
diff --git a/base/metrics/stats_counters.cc b/base/metrics/stats_counters.cc |
index 958f0483fe00b10a39ac790bafe9fea157e75570..2a4d5de9503899354defffd39ae8d2eafe1ddd23 100644 |
--- a/base/metrics/stats_counters.cc |
+++ b/base/metrics/stats_counters.cc |
@@ -2,7 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+#include <string> |
+ |
#include "base/metrics/stats_counters.h" |
+#include "base/metrics/stats_table.h" |
+#include "base/time.h" |
namespace base { |