Index: base/lazy_instance.h |
diff --git a/base/lazy_instance.h b/base/lazy_instance.h |
index fd0321017df8f8ba6643f1326db2db581fd05ed5..98e3a181aec37c1e58fc6cf798bcdd4b33382820 100644 |
--- a/base/lazy_instance.h |
+++ b/base/lazy_instance.h |
@@ -40,6 +40,7 @@ |
#include "base/atomicops.h" |
#include "base/base_export.h" |
#include "base/debug/leak_annotations.h" |
+#include "base/lazy_instance.h" |
grt (UTC plus 2)
2016/06/20 20:36:28
i don't think you meant to include this. :-)
chrisha
2016/07/22 20:30:12
Done.
|
#include "base/logging.h" |
#include "base/memory/aligned_memory.h" |
#include "base/threading/thread_restrictions.h" |