aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorJacek Antonelli2010-11-09 21:52:45 -0600
committerJacek Antonelli2010-11-09 21:52:45 -0600
commitc96a895861c6c81b486c3e2c2cc46adcdba11cea (patch)
tree5227d23b65532457b55f2e2964caf97841b652f7 /linden/indra
parentIMP-692: SNOW-713: Merge branch 'weekly' into SNOW-713 (diff)
downloadmeta-impy-c96a895861c6c81b486c3e2c2cc46adcdba11cea.zip
meta-impy-c96a895861c6c81b486c3e2c2cc46adcdba11cea.tar.gz
meta-impy-c96a895861c6c81b486c3e2c2cc46adcdba11cea.tar.bz2
meta-impy-c96a895861c6c81b486c3e2c2cc46adcdba11cea.tar.xz
llstring.h directly depends on #include <map>.
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/llcommon/llstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h
index ae5d84c..61767ac 100644
--- a/linden/indra/llcommon/llstring.h
+++ b/linden/indra/llcommon/llstring.h
@@ -36,6 +36,7 @@
36#include <string> 36#include <string>
37#include <cstdio> 37#include <cstdio>
38#include <algorithm> 38#include <algorithm>
39#include <map>
39 40
40#if LL_LINUX || LL_SOLARIS 41#if LL_LINUX || LL_SOLARIS
41#include <wctype.h> 42#include <wctype.h>