summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNicky <nickyd_sl@yahoo.com>2011-02-19 20:27:38 +0100
committerNicky <nickyd_sl@yahoo.com>2011-02-19 20:27:38 +0100
commit2d268422deb1846da889e38100eae60b42c4d21c (patch)
treec244273db1ec2c99493560decc65d2d96fa09e19 /indra/newview
parent415b3ca1da43d0216e35de2a1f5554884de5ab6b (diff)
Do not add <jsonpath>/include/json as an include director. Instead use <jsonpath>/include.
Otherwise include/json/features.h will mask /usr/include/features.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lltranslate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltranslate.cpp b/indra/newview/lltranslate.cpp
index 7731a98778..c777e15523 100644
--- a/indra/newview/lltranslate.cpp
+++ b/indra/newview/lltranslate.cpp
@@ -39,7 +39,7 @@
#include "llversioninfo.h"
#include "llviewercontrol.h"
-#include "reader.h"
+#include "json/reader.h"
// These two are concatenated with the language specifiers to form a complete Google Translate URL
const char* LLTranslate::m_GoogleURL = "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=";