summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VC2008/MCServer.vcproj4
-rw-r--r--src/BiomeDef.cpp3
2 files changed, 6 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index 2b11c06d6..c5cd7c6da 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -443,6 +443,10 @@
>
</File>
<File
+ RelativePath="..\src\BiomeDef.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\BiomeDef.h"
>
</File>
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)