diff options
author | Jose <jose@zeroc.com> | 2015-12-28 14:15:32 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-28 15:09:27 +0100 |
commit | 0796f3d662270be771663c0579fde946a7b863d1 (patch) | |
tree | 7315f892b62d042941fa0607386e2e6b991967ae /cpp/test/Ice/objects/Client.cpp | |
parent | Fix binary compatibility issue with previous fix (diff) | |
download | ice-3.6.1-msvc2015.tar.bz2 ice-3.6.1-msvc2015.tar.xz ice-3.6.1-msvc2015.zip |
Object factory registration fix for VS 2015v3.6.1-msvc2015
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r-- | cpp/test/Ice/objects/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index 303d79031af..966ee88edd6 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -10,6 +10,8 @@ #include <Ice/Ice.h> #include <TestCommon.h> #include <TestI.h> +#include <Derived.h> +#include <DerivedEx.h> DEFINE_TEST("client") |