summaryrefslogtreecommitdiff
path: root/base/synchronization/cancellation_flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/cancellation_flag.h')
-rw-r--r--base/synchronization/cancellation_flag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/synchronization/cancellation_flag.h b/base/synchronization/cancellation_flag.h
index 0f0f08ee8f..f2f83f47da 100644
--- a/base/synchronization/cancellation_flag.h
+++ b/base/synchronization/cancellation_flag.h
@@ -5,8 +5,9 @@
#ifndef BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
#define BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
-#include "base/base_export.h"
#include "base/atomicops.h"
+#include "base/base_export.h"
+#include "base/macros.h"
#include "base/threading/platform_thread.h"
namespace base {