diff options
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r-- | base/synchronization/waitable_event_watcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h index 1b93b66..aa16d0b 100644 --- a/base/synchronization/waitable_event_watcher.h +++ b/base/synchronization/waitable_event_watcher.h @@ -15,6 +15,8 @@ #include "base/synchronization/waitable_event.h" #endif +#include "base/base_api.h" + namespace base { class Flag; @@ -58,7 +60,7 @@ class WaitableEvent; // it with a Watcher. It will act as if the event was never signaled. // ----------------------------------------------------------------------------- -class WaitableEventWatcher +class BASE_API WaitableEventWatcher #if defined(OS_POSIX) : public MessageLoop::DestructionObserver #endif |