summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-02-24 21:34:43 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2009-02-24 21:34:43 +0000
commit7e7dce66af5f28c25227e34df0adfb1efdde20a9 (patch)
tree7153d51e0ed96bd16cfb89daa560111c85e40343 /indra
parentc72df348476d055290f16d302fb8dca78109dce9 (diff)
Build fix
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llstring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h
index d728221b54..1a1dbd40b6 100644
--- a/indra/llcommon/llstring.h
+++ b/indra/llcommon/llstring.h
@@ -49,6 +49,8 @@ const char LL_UNKNOWN_CHAR = '?';
#if LL_DARWIN || LL_LINUX || LL_SOLARIS
// Template specialization of char_traits for U16s. Only necessary on Mac and Linux (exists on Windows already)
+#include <cstring>
+
namespace std
{
template<>