From 46f6cef99fdfbca1f713b15ac9ef1e958f9c4d41 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 24 Feb 2014 22:47:58 +0100 Subject: Fixed compilation in MSVC (forward class definitions). --- src/BlockEntities/CommandBlockEntity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BlockEntities/CommandBlockEntity.cpp') 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" -- cgit v1.2.3