diff options
author | Nicky <nickyd_sl@yahoo.com> | 2011-02-19 20:27:38 +0100 |
---|---|---|
committer | Nicky <nickyd_sl@yahoo.com> | 2011-02-19 20:27:38 +0100 |
commit | 2d268422deb1846da889e38100eae60b42c4d21c (patch) | |
tree | c244273db1ec2c99493560decc65d2d96fa09e19 /indra/newview | |
parent | 415b3ca1da43d0216e35de2a1f5554884de5ab6b (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.cpp | 2 |
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="; |