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: