diff options
Diffstat (limited to 'cpp/test/Ice/servantLocator/ServantLocatorI.cpp')
-rw-r--r-- | cpp/test/Ice/servantLocator/ServantLocatorI.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/test/Ice/servantLocator/ServantLocatorI.cpp b/cpp/test/Ice/servantLocator/ServantLocatorI.cpp index e142f378458..4b87fa7b06d 100644 --- a/cpp/test/Ice/servantLocator/ServantLocatorI.cpp +++ b/cpp/test/Ice/servantLocator/ServantLocatorI.cpp @@ -8,7 +8,11 @@ // ********************************************************************** #include <ServantLocatorI.h> -#include <Test.h> +#ifdef ICE_AMD_TEST +# include <TestAMD.h> +#else +# include <Test.h> +#endif #include <TestCommon.h> #include <stdexcept> |