diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp index f41f4bce..89a1cdef 100644 --- a/src/BiomeDef.cpp +++ b/src/BiomeDef.cpp @@ -3,8 +3,8 @@ // Implements biome helper functions -#include "BiomeDef.h" #include "Globals.h" +#include "BiomeDef.h" EMCSBiome StringToBiome(const AString & a_BiomeString)