summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/StaticMutexTest.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-05 18:21:30 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-05 18:21:30 +0000
commit3e949a29fc8bcb6eb679886137caa4806ac905e3 (patch)
tree87dd6c1226bb99abc24c07db1c8465d53d0e9243 /cppe/test/IceE/thread/StaticMutexTest.cpp
parentcleaned up includes. (diff)
downloadice-3e949a29fc8bcb6eb679886137caa4806ac905e3.tar.bz2
ice-3e949a29fc8bcb6eb679886137caa4806ac905e3.tar.xz
ice-3e949a29fc8bcb6eb679886137caa4806ac905e3.zip
Fixed EVC++ build
Diffstat (limited to 'cppe/test/IceE/thread/StaticMutexTest.cpp')
-rw-r--r--cppe/test/IceE/thread/StaticMutexTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/test/IceE/thread/StaticMutexTest.cpp b/cppe/test/IceE/thread/StaticMutexTest.cpp
index 3ae782937c8..7690014a4be 100644
--- a/cppe/test/IceE/thread/StaticMutexTest.cpp
+++ b/cppe/test/IceE/thread/StaticMutexTest.cpp
@@ -8,6 +8,7 @@
// **********************************************************************
#include <IceE/IceE.h>
+#include <IceE/StaticMutex.h>
#include <StaticMutexTest.h>
#include <TestCommon.h>