Index: base/third_party/dmg_fp/dtoa_wrapper.cc |
diff --git a/base/third_party/dmg_fp/dtoa_wrapper.cc b/base/third_party/dmg_fp/dtoa_wrapper.cc |
index e34b8a63485bc4eb6d0702bd61f626a498bd97dd..a5072f63de90e99ed124aaa0574a381da6c2ab26 100644 |
--- a/base/third_party/dmg_fp/dtoa_wrapper.cc |
+++ b/base/third_party/dmg_fp/dtoa_wrapper.cc |
@@ -4,8 +4,11 @@ |
// |
// The purpose of this file is to supply the macro definintions necessary |
// to make third_party/dmg_fp/dtoa.cc threadsafe. |
-#include "base/synchronization/lock.h" |
+#include <time.h> |
+ |
+#include "base/basictypes.h" |
#include "base/logging.h" |
+#include "base/synchronization/lock.h" |
// We need two locks because they're sometimes grabbed at the same time. |
// A single lock would lead to an attempted recursive grab. |