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