diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-02-24 21:34:43 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-02-24 21:34:43 +0000 |
commit | 7e7dce66af5f28c25227e34df0adfb1efdde20a9 (patch) | |
tree | 7153d51e0ed96bd16cfb89daa560111c85e40343 /indra | |
parent | c72df348476d055290f16d302fb8dca78109dce9 (diff) |
Build fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llstring.h | 2 |
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<> |