summaryrefslogtreecommitdiff
path: root/examples/Threads/manual_event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Threads/manual_event.cpp')
-rw-r--r--examples/Threads/manual_event.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Threads/manual_event.cpp b/examples/Threads/manual_event.cpp
index 6871fbadeea..75287e02620 100644
--- a/examples/Threads/manual_event.cpp
+++ b/examples/Threads/manual_event.cpp
@@ -11,8 +11,10 @@
// ACE_Manual_Event is use to synch with other
// threads. ACE_Manual_Event::signal() is used for broadcasting.
+#include "ace/OS_main.h"
#include "ace/Service_Config.h"
-#include "ace/Synch.h"
+#include "ace/Thread_Mutex.h"
+#include "ace/Manual_Event.h"
#include "ace/Thread_Manager.h"
#include "ace/Atomic_Op.h"