diff options
Diffstat (limited to 'php/src/IcePHP/Connection.cpp')
-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; |