Index: base/singleton.h |
=================================================================== |
--- base/singleton.h (revision 66704) |
+++ base/singleton.h (working copy) |
@@ -8,6 +8,7 @@ |
#include "base/at_exit.h" |
#include "base/atomicops.h" |
+#include "base/platform_thread.h" |
#include "base/third_party/dynamic_annotations/dynamic_annotations.h" |
// Default traits for Singleton<Type>. Calls operator new and operator delete on |