diff options
Diffstat (limited to 'php/lib')
-rw-r--r-- | php/lib/Ice.php | 1 | ||||
-rw-r--r-- | php/lib/Ice_ns.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/php/lib/Ice.php b/php/lib/Ice.php index e301c9d1ffe..e057dca127d 100644 --- a/php/lib/Ice.php +++ b/php/lib/Ice.php @@ -103,6 +103,7 @@ $Ice_sliceChecksums = array(); // Include certain generated files. // require 'Ice/BuiltinSequences.php'; +require 'Ice/Endpoint.php'; require 'Ice/EndpointTypes.php'; require 'Ice/LocalException.php'; require 'Ice/Locator.php'; diff --git a/php/lib/Ice_ns.php b/php/lib/Ice_ns.php index 138bb4efa10..8003aafaa2c 100644 --- a/php/lib/Ice_ns.php +++ b/php/lib/Ice_ns.php @@ -108,6 +108,7 @@ namespace // Include certain generated files. // require 'Ice/BuiltinSequences.php'; +require 'Ice/Endpoint.php'; require 'Ice/EndpointTypes.php'; require 'Ice/LocalException.php'; require 'Ice/Locator.php'; |