summaryrefslogtreecommitdiffstats
path: root/src/BlockArea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockArea.h')
-rw-r--r--src/BlockArea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockArea.h b/src/BlockArea.h
index b7bfded9a..9c0cb4ec9 100644
--- a/src/BlockArea.h
+++ b/src/BlockArea.h
@@ -14,6 +14,7 @@
#pragma once
+#include "BlockType.h"
#include "ForEachChunkProvider.h"
#include "ChunkDataCallback.h"
#include "Cuboid.h"
@@ -24,6 +25,7 @@
// fwd:
class cCuboid;
+class cItem;
class cItems;
using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)>;