summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BiomeDef.cpp')
-rw-r--r--src/BiomeDef.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp
index 06b48e9d0..f7f48db9f 100644
--- a/src/BiomeDef.cpp
+++ b/src/BiomeDef.cpp
@@ -3,7 +3,8 @@
// Implements biome helper functions
-
+#include "BiomeDef.h"
+#include "Globals.h"
EMCSBiome StringToBiome(const AString & a_BiomeString)