From 1c2004dfbbd520b929357bce13cdeb06d41ce0ff Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Fri, 10 Jan 2014 09:23:53 -0600 Subject: Fixed missing externals Turns out you actually have to include the .cpp in the project file --- src/BiomeDef.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3