diff options
author | madmaxoft <github@xoft.cz> | 2014-02-24 22:47:58 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-24 22:47:58 +0100 |
commit | 46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41 (patch) | |
tree | 6b55a0781f4bcb69f9ddd5b8bf0039dbab5c0827 /src/BlockEntities/CommandBlockEntity.cpp | |
parent | Merge pull request #724 from worktycho/warningfixes (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/BlockEntities/CommandBlockEntity.cpp | 1 |
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" |