Index: base/cpu.cc |
diff --git a/base/cpu.cc b/base/cpu.cc |
index f45e96660eee5ca80771cb483a5b1e238f443d85..18b2b3dfd064ea073881eb0edd102b23fb25facb 100644 |
--- a/base/cpu.cc |
+++ b/base/cpu.cc |
@@ -4,14 +4,16 @@ |
#include "base/cpu.h" |
+#include <string.h> |
+ |
+#include "build/build_config.h" |
+ |
#if defined(ARCH_CPU_X86_FAMILY) |
#if defined(_MSC_VER) |
#include <intrin.h> |
#endif |
#endif |
-#include <string.h> |
- |
namespace base { |
CPU::CPU() |