summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-02-24 22:47:58 +0100
committermadmaxoft <github@xoft.cz>2014-02-24 22:47:58 +0100
commit46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41 (patch)
tree6b55a0781f4bcb69f9ddd5b8bf0039dbab5c0827 /src/BlockEntities/CommandBlockEntity.cpp
parentMerge pull request #724 from worktycho/warningfixes (diff)
downloadcuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar.gz
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar.bz2
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar.lz
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar.xz
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.tar.zst
cuberite-46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41.zip
Diffstat (limited to 'src/BlockEntities/CommandBlockEntity.cpp')
-rw-r--r--src/BlockEntities/CommandBlockEntity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockEntities/CommandBlockEntity.cpp b/src/BlockEntities/CommandBlockEntity.cpp
index 687f75c95..d395997a6 100644
--- a/src/BlockEntities/CommandBlockEntity.cpp
+++ b/src/BlockEntities/CommandBlockEntity.cpp
@@ -12,6 +12,7 @@
#include "../CommandOutput.h"
#include "../Root.h"
#include "../Server.h" // ExecuteConsoleCommand()
+#include "../Chunk.h"