summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2015-05-21 08:07:37 +0200
committerMartin Corino <mcorino@remedy.nl>2015-05-21 08:07:37 +0200
commit7b4773454758486a1e0efc48f7bd08c200b4c051 (patch)
treec392d6ab978768127bcf87744f903d00134327af
parent1a47c6956c0d369e10a7431e2650a19d0c679372 (diff)
downloadATCD-7b4773454758486a1e0efc48f7bd08c200b4c051.tar.gz
Add include for ACE_OS::sleep.
-rw-r--r--ACE/tests/Task_Group_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/tests/Task_Group_Test.cpp b/ACE/tests/Task_Group_Test.cpp
index 8f178bccee9..93017948af8 100644
--- a/ACE/tests/Task_Group_Test.cpp
+++ b/ACE/tests/Task_Group_Test.cpp
@@ -15,6 +15,7 @@
#include "test_config.h"
#include "ace/Atomic_Op.h"
#include "ace/Task.h"
+#include "ace/OS_NS_unistd.h"
#if defined (ACE_HAS_THREADS)