summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/servantLocator/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-01-20 19:09:25 -0500
committerBernard Normier <bernard@zeroc.com>2017-01-20 19:09:25 -0500
commit5e6e85c810828f25174699ac69953714275b2d5f (patch)
tree428cc348aed5950944a397ad0f75c7404836c987 /cpp/test/Ice/servantLocator/Client.cpp
parentRefactor implementation of Ice::Application in C++ (diff)
downloadice-5e6e85c810828f25174699ac69953714275b2d5f.tar.bz2
ice-5e6e85c810828f25174699ac69953714275b2d5f.tar.xz
ice-5e6e85c810828f25174699ac69953714275b2d5f.zip
Fixed build failure with static libs
Diffstat (limited to 'cpp/test/Ice/servantLocator/Client.cpp')
-rw-r--r--cpp/test/Ice/servantLocator/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/servantLocator/Client.cpp b/cpp/test/Ice/servantLocator/Client.cpp
index 04b038f518d..337c5f922ea 100644
--- a/cpp/test/Ice/servantLocator/Client.cpp
+++ b/cpp/test/Ice/servantLocator/Client.cpp
@@ -7,7 +7,7 @@
//
// **********************************************************************
-#include <Ice/Application.h>
+#include <Ice/Ice.h>
#include <TestCommon.h>
#include <Test.h>