]> git.lizzy.rs Git - minetest.git/blobdiff - src/biome.cpp
Fix merge mistake when rebasing for PR #1169
[minetest.git] / src / biome.cpp
index 1afad00a3c78be2641b87b2f47cfa6f6a394baf5..dca900cbb986df0990402a77935208ffb30fae32 100644 (file)
@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "util/numeric.h"
 #include "main.h"
 #include "util/mathconstants.h"
+#include "porting.h"
 
 NoiseParams nparams_biome_def_heat(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70);
 NoiseParams nparams_biome_def_humidity(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.55);