summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-03-26 11:55:18 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-03-26 11:55:18 +0100
commit414b22030df624dbd8b85fa32fa9841b95acb4e0 (patch)
tree109a7bd61edc3b0617890a5467d5b366d22e51d0
parentFixed Objective-C install target for headers (diff)
downloadice-414b22030df624dbd8b85fa32fa9841b95acb4e0.tar.bz2
ice-414b22030df624dbd8b85fa32fa9841b95acb4e0.tar.xz
ice-414b22030df624dbd8b85fa32fa9841b95acb4e0.zip
Fixed ICE-6399 - include SliceChecksums.h in Ice.h
-rw-r--r--cpp/include/Ice/Ice.h1
-rw-r--r--cpp/test/Ice/checksum/AllTests.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Ice.h b/cpp/include/Ice/Ice.h
index fe62daf80c8..18c26e9039e 100644
--- a/cpp/include/Ice/Ice.h
+++ b/cpp/include/Ice/Ice.h
@@ -46,6 +46,7 @@
#include <Ice/NativePropertiesAdmin.h>
#include <Ice/Instrumentation.h>
#include <Ice/Metrics.h>
+#include <Ice/SliceChecksums.h>
#if !defined(ICE_OS_WINRT) && (!defined(__APPLE__) || TARGET_OS_IPHONE == 0)
# include <Ice/Service.h>
#endif
diff --git a/cpp/test/Ice/checksum/AllTests.cpp b/cpp/test/Ice/checksum/AllTests.cpp
index a9f691c38ce..d977f359db6 100644
--- a/cpp/test/Ice/checksum/AllTests.cpp
+++ b/cpp/test/Ice/checksum/AllTests.cpp
@@ -8,7 +8,6 @@
// **********************************************************************
#include <Ice/Ice.h>
-#include <Ice/SliceChecksums.h>
#include <TestCommon.h>
#include <Test.h>