Fix include of reader.h

This commit is contained in:
Aleric Inglewood
2012-12-07 00:31:10 +01:00
parent 12171f6cd9
commit d6b486524c

View File

@@ -38,11 +38,12 @@
#include "llpanelprofile.h" // <edit>getProfileURL (this is the original location LL put it).</edit> #include "llpanelprofile.h" // <edit>getProfileURL (this is the original location LL put it).</edit>
#include "llviewermedia.h" // FIXME: don't use LLViewerMedia internals #include "llviewermedia.h" // FIXME: don't use LLViewerMedia internals
// third-party // third-party JSONCPP
#ifdef LL_STANDALONE #if !defined(LL_STANDALONE) && defined(LINUX64)
#include <json/reader.h> // JSONCPP // The prebuilt linux64 package is packaged wrongly.
#include <jsoncpp/reader.h> // JSONCPP
#else #else
#include "reader.h" // prebuilt jsoncpp is wrongly packaged. #include <json/reader.h> // JSONCPP
#endif #endif
/* /*