diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 18:21:30 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 18:21:30 +0000 |
commit | 3e949a29fc8bcb6eb679886137caa4806ac905e3 (patch) | |
tree | 87dd6c1226bb99abc24c07db1c8465d53d0e9243 /cppe/test/IceE/thread/StaticMutexTest.cpp | |
parent | cleaned up includes. (diff) | |
download | ice-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.cpp | 1 |
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> |