From 140c0dcd63c46488c826f09a4391a72d526d9172 Mon Sep 17 00:00:00 2001 From: Nicky Date: Fri, 3 Feb 2017 17:12:07 +0100 Subject: [PATCH] Include json headers via json/ path. --- indra/newview/exoflickr.cpp | 2 +- indra/newview/llappviewerlinux.cpp | 2 +- indra/newview/llwebprofile.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/exoflickr.cpp b/indra/newview/exoflickr.cpp index 75e98b9938..287a4e6a4a 100644 --- a/indra/newview/exoflickr.cpp +++ b/indra/newview/exoflickr.cpp @@ -35,7 +35,7 @@ #if LL_USESYSTEMLIBS #include "jsoncpp/reader.h" // JSON #else -#include "reader.h" // JSON +#include "json/reader.h" // JSON #endif #include diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index eed0021b8c..44a879d167 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -40,7 +40,7 @@ #include -#include "reader.h" // To parse manifest.json from pepperflash +#include "json/reader.h" // To parse manifest.json from pepperflash #if LL_DBUS_ENABLED # include "llappviewerlinux_api_dbus.h" diff --git a/indra/newview/llwebprofile.cpp b/indra/newview/llwebprofile.cpp index e57eb10686..9e4c4f9b06 100644 --- a/indra/newview/llwebprofile.cpp +++ b/indra/newview/llwebprofile.cpp @@ -42,7 +42,7 @@ #include "llcorehttputil.h" // third-party -#include "jsoncpp/reader.h" // JSON +#include "json/reader.h" // JSON /* * Workflow: