From 9e6bdc377fcbc8e4c795bd76d582197e8afb3530 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Tue, 17 Sep 2013 13:13:29 +0200 Subject: [PATCH] Fix compiling issue of MSVC --- src/biome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biome.cpp b/src/biome.cpp index 83d4e7a4c..7e3dcac77 100644 --- a/src/biome.cpp +++ b/src/biome.cpp @@ -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};