diff options
Diffstat (limited to 'src/biome.cpp')
-rw-r--r-- | src/biome.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/biome.cpp b/src/biome.cpp index 1afad00a3..dca900cbb 100644 --- a/src/biome.cpp +++ b/src/biome.cpp @@ -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); |