diff options
author | Jose <jose@zeroc.com> | 2015-05-12 23:18:53 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-05-12 23:18:53 +0200 |
commit | 2637ae1268bd475ca6298c6893ab0e244378b5eb (patch) | |
tree | be40fdf25c6fe6ce4a88fe478a8886abad37a1d7 /php/src | |
parent | WinRT install fixes (diff) | |
download | ice-2637ae1268bd475ca6298c6893ab0e244378b5eb.tar.bz2 ice-2637ae1268bd475ca6298c6893ab0e244378b5eb.tar.xz ice-2637ae1268bd475ca6298c6893ab0e244378b5eb.zip |
(ICE-6506) PHP Windows build broken
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/IcePHP/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/IcePHP/Connection.cpp b/php/src/IcePHP/Connection.cpp index cdb739c8693..0b03e7020f0 100644 --- a/php/src/IcePHP/Connection.cpp +++ b/php/src/IcePHP/Connection.cpp @@ -11,7 +11,7 @@ #include <Endpoint.h> #include <Types.h> #include <Util.h> -#include <IceSSL/ConnectionInfo.h> +#include <IceSSL/IceSSL.h> using namespace std; using namespace IcePHP; |