diff options
Diffstat (limited to 'indra/llcommon/llstring.h')
-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 1a1dbd40b6..8915890e18 100644 --- a/indra/llcommon/llstring.h +++ b/indra/llcommon/llstring.h @@ -33,6 +33,8 @@ #ifndef LL_LLSTRING_H #define LL_LLSTRING_H +#include <string> + #if LL_LINUX || LL_SOLARIS #include <wctype.h> #include <wchar.h> |