diff options
author | Joe George <joe@zeroc.com> | 2015-12-10 16:28:27 +0000 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-12-10 11:38:27 -0500 |
commit | 83a69970a0c2d788a9c0c3642f18203befe75c12 (patch) | |
tree | 26b1e81f744abcfc0dcc640c057e2b7e3cad55ad /php/src/IcePHP/Communicator.cpp | |
parent | Fix compiler errors about ObjectFactory deprecation (diff) | |
download | ice-83a69970a0c2d788a9c0c3642f18203befe75c12.tar.bz2 ice-83a69970a0c2d788a9c0c3642f18203befe75c12.tar.xz ice-83a69970a0c2d788a9c0c3642f18203befe75c12.zip |
Fix more deprecated compilation errors
Diffstat (limited to 'php/src/IcePHP/Communicator.cpp')
-rw-r--r-- | php/src/IcePHP/Communicator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/src/IcePHP/Communicator.cpp b/php/src/IcePHP/Communicator.cpp index f72e8740fc7..12d46ec1809 100644 --- a/php/src/IcePHP/Communicator.cpp +++ b/php/src/IcePHP/Communicator.cpp @@ -13,6 +13,7 @@ #include <Proxy.h> #include <Types.h> #include <Util.h> +#include <IceUtil/DisableWarnings.h> #include <IceUtil/Options.h> #include <IceUtil/MutexPtrLock.h> #include <IceUtil/StringUtil.h> |