summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/ExceptionsI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-26 20:46:27 +0100
committerJose <jose@zeroc.com>2016-02-26 20:46:27 +0100
commit62cba8cd46a535585a4422daab489f114feab6f3 (patch)
treec77e9cec24a570b06024a3c6a1552b8e6eb20ec6 /cpp/test/Ice/exceptions/ExceptionsI.cpp
parentupdating changelog for ICE-6844 (diff)
downloadice-62cba8cd46a535585a4422daab489f114feab6f3.tar.bz2
ice-62cba8cd46a535585a4422daab489f114feab6f3.tar.xz
ice-62cba8cd46a535585a4422daab489f114feab6f3.zip
Windows msbuild build updates
Diffstat (limited to 'cpp/test/Ice/exceptions/ExceptionsI.cpp')
-rw-r--r--cpp/test/Ice/exceptions/ExceptionsI.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/ExceptionsI.cpp b/cpp/test/Ice/exceptions/ExceptionsI.cpp
index 0f736777b4b..7d04d60e4e4 100644
--- a/cpp/test/Ice/exceptions/ExceptionsI.cpp
+++ b/cpp/test/Ice/exceptions/ExceptionsI.cpp
@@ -7,7 +7,11 @@
//
// **********************************************************************
-#include <Test.h>
+#ifdef ICE_AMD_TEST
+# include <TestAMD.h>
+#else
+# include <Test.h>
+#endif
using namespace std;