summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-02-20 16:12:33 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-02-20 16:12:33 +0000
commitffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e (patch)
treef6e224cc2789b7a33024405b1002f6c74bec95d4 /cppe/test
parentFix for VS2005 support (diff)
downloadice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.tar.bz2
ice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.tar.xz
ice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.zip
VS 2005 support
Diffstat (limited to 'cppe/test')
-rwxr-xr-xcppe/test/Common/TestCommon.cpp1
-rw-r--r--cppe/test/IceE/thread/CreateTest.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp
index 24ca71a5d5e..3d8f03a0dfb 100755
--- a/cppe/test/Common/TestCommon.cpp
+++ b/cppe/test/Common/TestCommon.cpp
@@ -7,6 +7,7 @@
//
// **********************************************************************
+#include <IceE/DisableWarnings.h>
#include <TestCommon.h>
#include <TestApplication.h>
diff --git a/cppe/test/IceE/thread/CreateTest.cpp b/cppe/test/IceE/thread/CreateTest.cpp
index 4e973a9d68d..d12dc62cb30 100644
--- a/cppe/test/IceE/thread/CreateTest.cpp
+++ b/cppe/test/IceE/thread/CreateTest.cpp
@@ -7,6 +7,7 @@
//
// **********************************************************************
+#include <IceE/DisableWarnings.h>
#include <IceE/IceE.h>
#include <stdio.h>