Fix include of reader.h
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user