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 "llviewermedia.h" // FIXME: don't use LLViewerMedia internals
// third-party
#ifdef LL_STANDALONE
#include <json/reader.h> // JSONCPP
// third-party JSONCPP
#if !defined(LL_STANDALONE) && defined(LINUX64)
// The prebuilt linux64 package is packaged wrongly.
#include <jsoncpp/reader.h> // JSONCPP
#else
#include "reader.h" // prebuilt jsoncpp is wrongly packaged.
#include <json/reader.h> // JSONCPP
#endif
/*