Index: base/synchronization/lock.cc |
diff --git a/base/synchronization/lock.cc b/base/synchronization/lock.cc |
index 6445ce8a853d591bb3a8a2aca63ef0fa2f6b796b..685a61b29eaa4207aa5a1a5e0d9c9fba98302fe0 100644 |
--- a/base/synchronization/lock.cc |
+++ b/base/synchronization/lock.cc |
@@ -6,10 +6,11 @@ |
// is functionally a wrapper around the LockImpl class, so the only |
// real intelligence in the class is in the debugging logic. |
+#include "base/threading/platform_thread.h" |
#if !defined(NDEBUG) |
-#include "base/synchronization/lock.h" |
#include "base/logging.h" |
+#include "base/synchronization/lock.h" |
namespace base { |