Include json headers via json/ path.
parent
fcd11b1c1e
commit
140c0dcd63
|
|
@ -35,7 +35,7 @@
|
|||
#if LL_USESYSTEMLIBS
|
||||
#include "jsoncpp/reader.h" // JSON
|
||||
#else
|
||||
#include "reader.h" // JSON
|
||||
#include "json/reader.h" // JSON
|
||||
#endif
|
||||
|
||||
#include <openssl/hmac.h>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include <exception>
|
||||
|
||||
#include "reader.h" // <FS:ND/> To parse manifest.json from pepperflash
|
||||
#include "json/reader.h" // <FS:ND/> To parse manifest.json from pepperflash
|
||||
|
||||
#if LL_DBUS_ENABLED
|
||||
# include "llappviewerlinux_api_dbus.h"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include "llcorehttputil.h"
|
||||
|
||||
// third-party
|
||||
#include "jsoncpp/reader.h" // JSON
|
||||
#include "json/reader.h" // JSON
|
||||
|
||||
/*
|
||||
* Workflow:
|
||||
|
|
|
|||
Loading…
Reference in New Issue