diff options
author | BlockMen <nmuelll@web.de> | 2013-09-17 13:13:29 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-09-23 11:51:14 +0200 |
commit | 9e6bdc377fcbc8e4c795bd76d582197e8afb3530 (patch) | |
tree | b0542355555073e438494d10dc8b53747ff1766b | |
parent | 27947d85f7543a16a6c70aff4e9dcdca814c40ba (diff) | |
download | minetest-9e6bdc377fcbc8e4c795bd76d582197e8afb3530.tar.gz minetest-9e6bdc377fcbc8e4c795bd76d582197e8afb3530.tar.bz2 minetest-9e6bdc377fcbc8e4c795bd76d582197e8afb3530.zip |
Fix compiling issue of MSVC
-rw-r--r-- | src/biome.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |