diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-06 17:21:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-06 17:21:30 +0200 |
commit | 0015b0097b89806b407e38df9399c358a82646f7 (patch) | |
tree | e07664cfc01e1fe8dbd4a83b88363ef170ab237c /cpp/src/Ice/Protocol.cpp | |
parent | ICE-6484 java exceptions test fails with --cross=js (diff) | |
download | ice-0015b0097b89806b407e38df9399c358a82646f7.tar.bz2 ice-0015b0097b89806b407e38df9399c358a82646f7.tar.xz ice-0015b0097b89806b407e38df9399c358a82646f7.zip |
Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is defined, minor WinRT test fixes
Diffstat (limited to 'cpp/src/Ice/Protocol.cpp')
-rw-r--r-- | cpp/src/Ice/Protocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Protocol.cpp b/cpp/src/Ice/Protocol.cpp index 8816e68fb4c..01f35c19a04 100644 --- a/cpp/src/Ice/Protocol.cpp +++ b/cpp/src/Ice/Protocol.cpp @@ -9,7 +9,6 @@ #include <Ice/Protocol.h> #include <Ice/LocalException.h> -#include <Ice/BasicStream.h> namespace IceInternal { |