summaryrefslogtreecommitdiffstats
path: root/src/Item.cpp
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-26 18:09:04 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-26 18:09:04 +0100
commit0b153f62f04db538d26f27fb280bd9a5dd93d3e4 (patch)
treeecd93394f5f574ee5adcf00fe5e9004ff8b771c8 /src/Item.cpp
parentAnd another. (diff)
downloadcuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar.gz
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar.bz2
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar.lz
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar.xz
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.tar.zst
cuberite-0b153f62f04db538d26f27fb280bd9a5dd93d3e4.zip
Diffstat (limited to 'src/Item.cpp')
-rw-r--r--src/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.cpp b/src/Item.cpp
index 219edb128..37277e8c8 100644
--- a/src/Item.cpp
+++ b/src/Item.cpp
@@ -2,7 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Item.h"
-#include "../lib/jsoncpp/include/json/json.h"
+#include "jsoncpp/include/json/json.h"
#include "Items/ItemHandler.h"