Skip to content

Commit 9e6bdc3

Browse files
BlockMenkahrl
authored andcommittedSep 23, 2013
Fix compiling issue of MSVC
1 parent 27947d8 commit 9e6bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/biome.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2323
#include "log.h"
2424
#include "util/numeric.h"
2525
#include "main.h"
26-
26+
#include "util/mathconstants.h"
2727

2828
NoiseParams nparams_biome_def_heat =
2929
{50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};

0 commit comments

Comments
 (0)
Please sign in to comment.