summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-23 12:23:35 -0700
committerRider Linden <none@none>2015-03-23 12:23:35 -0700
commit3b923962f8e0a065052f40d029bce42a6fe37e68 (patch)
treeaf6b5318fe9e9523cc4d091d593f77476248875a /indra/llcommon
parentedfd19502c0cabfc836fafddae92b623005eb4cb (diff)
Reogranized some headers for GCC added <memory> to the linden_common.h for shared_ptr
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/linden_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h
index 5cfcdab41c..e5a913a6a9 100755
--- a/indra/llcommon/linden_common.h
+++ b/indra/llcommon/linden_common.h
@@ -51,6 +51,7 @@
#include <cstdlib>
#include <ctime>
#include <iosfwd>
+#include <memory>
// Linden only libs in alpha-order other than stdtypes.h
// *NOTE: Please keep includes here to a minimum, see above.