summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockChest.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-05 10:43:43 +0200
committermadmaxoft <github@xoft.cz>2013-08-05 10:43:43 +0200
commit073bcd0361ff1634bcb3c7c8f075592500997b55 (patch)
tree86cd87f1973248a8b20fee9d5bb13238848fe4aa /source/Blocks/BlockChest.h
parentAdded a global .user file to initialize debugging options. (diff)
downloadcuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.gz
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.bz2
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.lz
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.xz
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.zst
cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.zip
Diffstat (limited to 'source/Blocks/BlockChest.h')
-rw-r--r--source/Blocks/BlockChest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Blocks/BlockChest.h b/source/Blocks/BlockChest.h
index 1975e11b2..8164942a3 100644
--- a/source/Blocks/BlockChest.h
+++ b/source/Blocks/BlockChest.h
@@ -3,6 +3,7 @@
#include "BlockEntity.h"
#include "../World.h"
+#include "../BlockArea.h"
#include "../Player.h"