summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/Client.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-12-28 14:15:32 +0100
committerJose <jose@zeroc.com>2015-12-28 14:15:32 +0100
commitba39ff673427fb8ba7bda2dba0381df626799ca0 (patch)
tree693559d12203cbdc55e34101505015bf625a4762 /cpp/test/Ice/objects/Client.cpp
parentFix website links (diff)
downloadice-ba39ff673427fb8ba7bda2dba0381df626799ca0.tar.bz2
ice-ba39ff673427fb8ba7bda2dba0381df626799ca0.tar.xz
ice-ba39ff673427fb8ba7bda2dba0381df626799ca0.zip
Object factory registration fix for VS 2015
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r--cpp/test/Ice/objects/Client.cpp2
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")