diff options
Diffstat (limited to 'cpp/test/Ice/stream/Client.cpp')
-rwxr-xr-x | cpp/test/Ice/stream/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp index d1bd2a4f2b5..f98c229ae06 100755 --- a/cpp/test/Ice/stream/Client.cpp +++ b/cpp/test/Ice/stream/Client.cpp @@ -20,6 +20,8 @@ # pragma warning( disable : 4996 ) #endif +DEFINE_TEST("client") + using namespace std; #if defined(_MSC_VER) && (_MSC_VER < 1300) // COMPILERBUG |