Attempt to fix compilation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../Item.h"
|
||||
#include "../Entities/Player.h"
|
||||
#include "../UI/Window.h"
|
||||
#include <json/json.h>
|
||||
#include "../lib/jsoncpp/include/json/json.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "../Entities/Player.h"
|
||||
#include "../Root.h"
|
||||
#include "../Chunk.h"
|
||||
#include <json/json.h>
|
||||
#include "../lib/jsoncpp/include/json/json.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "JukeboxEntity.h"
|
||||
#include "../World.h"
|
||||
#include <json/json.h>
|
||||
#include "../lib/jsoncpp/include/json/json.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "NoteEntity.h"
|
||||
#include "../World.h"
|
||||
#include <json/json.h>
|
||||
#include "../lib/jsoncpp/include/json/json.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Implements the cSignEntity class representing a single sign in the world
|
||||
|
||||
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
||||
#include <json/json.h>
|
||||
#include "../lib/jsoncpp/include/json/json.h"
|
||||
#include "SignEntity.h"
|
||||
#include "../Entities/Player.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user