summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-02-25 19:48:36 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-02-25 19:48:36 +0100
commit754c7c11047390f8f4ee35afb4976f99d2963571 (patch)
tree0e6feec3b841212145cf4883d46bc42b98cecdf4 /cpp
parentFix copyright in upgradeicegrid.py (diff)
downloadice-754c7c11047390f8f4ee35afb4976f99d2963571.tar.bz2
ice-754c7c11047390f8f4ee35afb4976f99d2963571.tar.xz
ice-754c7c11047390f8f4ee35afb4976f99d2963571.zip
Header fix for gcc 4.3.x
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/LocatorInfo.h2
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
{