Index: base/threading/thread_checker.cc |
diff --git a/base/threading/thread_checker.cc b/base/threading/thread_checker.cc |
index 28ba400844549ba777a0f33c87a5305e46560e9e..2520028013f56d68836b02b3edbad447f401cc76 100644 |
--- a/base/threading/thread_checker.cc |
+++ b/base/threading/thread_checker.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/synchronization/lock.h" |
+#include "base/threading/platform_thread.h" |
#include "base/threading/thread_checker.h" |
// This code is only done in debug builds. |