diff options
-rw-r--r-- | cpp/src/Ice/LocatorInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/LocatorInfo.h b/cpp/src/Ice/LocatorInfo.h index 92b3d68dd2a..2d44d050a4a 100644 --- a/cpp/src/Ice/LocatorInfo.h +++ b/cpp/src/Ice/LocatorInfo.h @@ -20,6 +20,8 @@ #include <Ice/EndpointIF.h> #include <Ice/PropertiesF.h> +#include <memory> + namespace IceInternal { |