| Index: base/synchronization/cancellation_flag.cc
|
| diff --git a/base/synchronization/cancellation_flag.cc b/base/synchronization/cancellation_flag.cc
|
| index ad3b551169d481e7715f5238ab9a4d81dbe2928a..d878b4514cc5e38a37c241c7bfb747e313b92040 100644
|
| --- a/base/synchronization/cancellation_flag.cc
|
| +++ b/base/synchronization/cancellation_flag.cc
|
| @@ -2,9 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/synchronization/cancellation_flag.h"
|
| +#include <stdbool.h>
|
|
|
| +#include "base/atomicops_internals_x86_macosx.h"
|
| #include "base/logging.h"
|
| +#include "base/synchronization/cancellation_flag.h"
|
| +#include "base/threading/platform_thread.h"
|
|
|
| namespace base {
|
|
|
|
|