diff options
Diffstat (limited to 'cppe/test/IceE/thread/CreateTest.cpp')
-rw-r--r-- | cppe/test/IceE/thread/CreateTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/thread/CreateTest.cpp b/cppe/test/IceE/thread/CreateTest.cpp index 409c6f1eeba..d080aacd708 100644 --- a/cppe/test/IceE/thread/CreateTest.cpp +++ b/cppe/test/IceE/thread/CreateTest.cpp @@ -15,7 +15,7 @@ #include <TestCommon.h> using namespace std; -using namespace Ice; +using namespace IceUtil; static const string createTestName("thread create"); |