diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-03-26 11:55:18 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-03-26 11:55:18 +0100 |
commit | 414b22030df624dbd8b85fa32fa9841b95acb4e0 (patch) | |
tree | 109a7bd61edc3b0617890a5467d5b366d22e51d0 /cpp/include | |
parent | Fixed Objective-C install target for headers (diff) | |
download | ice-414b22030df624dbd8b85fa32fa9841b95acb4e0.tar.bz2 ice-414b22030df624dbd8b85fa32fa9841b95acb4e0.tar.xz ice-414b22030df624dbd8b85fa32fa9841b95acb4e0.zip |
Fixed ICE-6399 - include SliceChecksums.h in Ice.h
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/Ice.h | 1 |
1 files changed, 1 insertions, 0 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 |