Index: base/threading/thread_restrictions.cc |
diff --git a/base/threading/thread_restrictions.cc b/base/threading/thread_restrictions.cc |
index a0c24b00a3b9b17307f817e24e8daf6f736b92bb..06b1edf4fb7ad9a1297128a87ada597b0fa8629a 100644 |
--- a/base/threading/thread_restrictions.cc |
+++ b/base/threading/thread_restrictions.cc |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdbool.h> |
+ |
+#include "base/basictypes.h" |
#include "base/threading/thread_restrictions.h" |
// This entire file is compiled out in Release mode. |