From 7e7dce66af5f28c25227e34df0adfb1efdde20a9 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 24 Feb 2009 21:34:43 +0000 Subject: Build fix --- indra/llcommon/llstring.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcommon/llstring.h') 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 + namespace std { template<> -- cgit v1.2.3