| Index: base/synchronization/waitable_event.h
|
| diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
|
| index 761965f03a0f07b37b1115f975de822686266695..b84c8949b35c0fe71ba82c8fbfabd443252036eb 100644
|
| --- a/base/synchronization/waitable_event.h
|
| +++ b/base/synchronization/waitable_event.h
|
| @@ -15,7 +15,7 @@
|
| #include "base/win/scoped_handle.h"
|
| #endif
|
|
|
| -#if defined(OS_POSIX)
|
| +#if defined(OS_POSIX) || defined(OS_FUCHSIA)
|
| #include <list>
|
| #include <utility>
|
| #include "base/memory/ref_counted.h"
|
|
|