summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/BiomeDef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp
index f41f4bce4..89a1cdefb 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)