Fixed up JSON include paths
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "arch/Dialog/Dialog.h"
|
#include "arch/Dialog/Dialog.h"
|
||||||
#include "json/reader.h"
|
#include "jsoncpp/include/json/reader.h"
|
||||||
#include "json/writer.h"
|
#include "jsoncpp/include/json/writer.h"
|
||||||
|
|
||||||
bool JsonUtil::LoadFromString(Json::Value &root, RString sData, RString &sErrorOut)
|
bool JsonUtil::LoadFromString(Json::Value &root, RString sData, RString &sErrorOut)
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#define JsonUtil_H
|
#define JsonUtil_H
|
||||||
|
|
||||||
class RageFileBasic;
|
class RageFileBasic;
|
||||||
#include "json/value.h"
|
#include "jsoncpp/include/json/value.h"
|
||||||
|
|
||||||
namespace JsonUtil
|
namespace JsonUtil
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "Preference.h"
|
#include "Preference.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "FileDownload.h"
|
#include "FileDownload.h"
|
||||||
#include "json/Value.h"
|
#include "jsoncpp/include/json/value.h"
|
||||||
#include "JsonUtil.h"
|
#include "JsonUtil.h"
|
||||||
#include "SpecialFiles.h"
|
#include "SpecialFiles.h"
|
||||||
class Song;
|
class Song;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#include <json/reader.h>
|
#include <jsoncpp/include/json/reader.h>
|
||||||
#include <json/value.h>
|
#include <jsoncpp/include/json/value.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <json/value.h>
|
#include <jsoncpp/include/json/value.h>
|
||||||
#include <json/writer.h>
|
#include <jsoncpp/include/json/writer.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include <json/writer.h>
|
#include <jsoncpp/include/json/writer.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user