summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Path.cpp1
-rw-r--r--src/Mobs/PathFinder.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/Path.cpp b/src/Mobs/Path.cpp
index 378051163..e9c4e6ca7 100644
--- a/src/Mobs/Path.cpp
+++ b/src/Mobs/Path.cpp
@@ -2,6 +2,7 @@
#include "Globals.h"
#include "Path.h"
+#include "BlockType.h"
#include "../BlockInfo.h"
#include "../Chunk.h"
diff --git a/src/Mobs/PathFinder.cpp b/src/Mobs/PathFinder.cpp
index 423c4a0c6..9e63b7362 100644
--- a/src/Mobs/PathFinder.cpp
+++ b/src/Mobs/PathFinder.cpp
@@ -1,5 +1,6 @@
#include "Globals.h"
#include "PathFinder.h"
+#include "BlockType.h"
#include "../BlockInfo.h"
#include "../Chunk.h"