summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/SignEntity.cpp
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-27 08:40:59 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-27 08:40:59 +0100
commitd925cf4def76d6db05a46d3ead77e6c76cfdd268 (patch)
tree6400c58678a170f58122e986c153e4cb785a8870 /src/BlockEntities/SignEntity.cpp
parentFixed some of tiger's derpyness. (diff)
downloadcuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar.gz
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar.bz2
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar.lz
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar.xz
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.tar.zst
cuberite-d925cf4def76d6db05a46d3ead77e6c76cfdd268.zip
Diffstat (limited to '')
-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 39fcb6efc..2e1fc1f8c 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 "lib/jsoncpp/include/json/json.h"
+#include "jsoncpp/include/json/json.h"
#include "SignEntity.h"
#include "../Entities/Player.h"