diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-01-20 19:09:25 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-01-20 19:09:25 -0500 |
commit | 5e6e85c810828f25174699ac69953714275b2d5f (patch) | |
tree | 428cc348aed5950944a397ad0f75c7404836c987 /cpp/test/Ice/servantLocator/Client.cpp | |
parent | Refactor implementation of Ice::Application in C++ (diff) | |
download | ice-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.cpp | 2 |
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> |