diff options
Diffstat (limited to 'cpp/test/Ice/dispatcher/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/dispatcher/TestI.cpp b/cpp/test/Ice/dispatcher/TestI.cpp index bf7ec975d90..1280757808a 100644 --- a/cpp/test/Ice/dispatcher/TestI.cpp +++ b/cpp/test/Ice/dispatcher/TestI.cpp @@ -10,7 +10,7 @@ #include <TestI.h> #include <Ice/Ice.h> #include <Dispatcher.h> -#include <TestCommon.h> +#include <TestHelper.h> #include <IceUtil/Thread.h> using namespace std; |