Index: components/scheduler/base/pollable_thread_safe_flag.h |
diff --git a/components/scheduler/base/pollable_thread_safe_flag.h b/components/scheduler/base/pollable_thread_safe_flag.h |
index 0f9aa8e632de34c597ee06dda2992fd681682046..8e37b6905950709a1f7184b721f6398853f74768 100644 |
--- a/components/scheduler/base/pollable_thread_safe_flag.h |
+++ b/components/scheduler/base/pollable_thread_safe_flag.h |
@@ -6,6 +6,7 @@ |
#define COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_ |
#include "base/atomicops.h" |
+#include "base/macros.h" |
#include "base/synchronization/lock.h" |
// A PollableThreadSafeFlag can be polled without requiring a lock, but can only |