summaryrefslogtreecommitdiff
path: root/indra/llcommon/lldictionary.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-27 18:20:52 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-27 18:20:52 -0400
commitec3f8f4a67bb1a47e634d05ba29ddc6c7bed38b8 (patch)
tree548dc379c8f3dad4997ee89035064772b9c14c8b /indra/llcommon/lldictionary.h
parent878eb2b61a26eef3151319cffd1d8d5196b118c2 (diff)
parent3db6e3d9ec6c0b5a4cc9e825ee0c70eaa1461c98 (diff)
merge
Diffstat (limited to 'indra/llcommon/lldictionary.h')
-rw-r--r--indra/llcommon/lldictionary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lldictionary.h b/indra/llcommon/lldictionary.h
index bc3bc3e74a..c752859a36 100644
--- a/indra/llcommon/lldictionary.h
+++ b/indra/llcommon/lldictionary.h
@@ -30,6 +30,8 @@
#include <map>
#include <string>
+#include "llerror.h"
+
struct LL_COMMON_API LLDictionaryEntry
{
LLDictionaryEntry(const std::string &name);