From 7e7dce66af5f28c25227e34df0adfb1efdde20a9 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan <bos@lindenlab.com> Date: Tue, 24 Feb 2009 21:34:43 +0000 Subject: [PATCH] Build fix --- indra/llcommon/llstring.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h index d728221b54c..1a1dbd40b6d 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<> -- GitLab