From a78fd671b229b32b04a7abf9018edb7a6c08ccbe Mon Sep 17 00:00:00 2001 From: KingCol13 <48412633+KingCol13@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:13:59 +0100 Subject: Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) * Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h. --- src/Mobs/Path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Mobs/Path.h') diff --git a/src/Mobs/Path.h b/src/Mobs/Path.h index 20834535b..90b2525f7 100644 --- a/src/Mobs/Path.h +++ b/src/Mobs/Path.h @@ -1,6 +1,8 @@ #pragma once +#include "ChunkDef.h" + /* // Needed Fwds: cPath enum class ePathFinderStatus; -- cgit v1.2.3