diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/ExceptionsI.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/ExceptionsI.cpp | 6 |
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; |