Fix compiling issue of MSVC
authorBlockMen <nmuelll@web.de>
Tue, 17 Sep 2013 11:13:29 +0000 (13:13 +0200)
committerKahrl <kahrl@gmx.net>
Mon, 23 Sep 2013 09:51:14 +0000 (11:51 +0200)
src/biome.cpp

index 83d4e7a4c87ac0c41ddc88c52bd2a28aae1d0c71..7e3dcac77da172a70dd8aed4a13d4db506c866dd 100644 (file)
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "log.h"
 #include "util/numeric.h"
 #include "main.h"
-
+#include "util/mathconstants.h"
 
 NoiseParams nparams_biome_def_heat =
        {50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};