summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/SignEntity.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-24 19:44:22 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-24 19:44:22 +0100
commite3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed (patch)
treeb2e2b7b92f7157f796851139a05fce30f222fdae /src/BlockEntities/SignEntity.cpp
parentMoved SQLite, LuaExpat, and MD5 to /lib (diff)
downloadcuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar.gz
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar.bz2
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar.lz
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar.xz
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.tar.zst
cuberite-e3db69c4ae5d373ea1f1b31c0fc1889f328ea2ed.zip
Diffstat (limited to 'src/BlockEntities/SignEntity.cpp')
-rw-r--r--src/BlockEntities/SignEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/SignEntity.cpp b/src/BlockEntities/SignEntity.cpp
index 81f6f6d77..9cbac5679 100644
--- a/src/BlockEntities/SignEntity.cpp
+++ b/src/BlockEntities/SignEntity.cpp
@@ -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"