summaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2015-04-01 19:41:35 +0200
committerCraig Robbins <kde.psych@gmail.com>2015-04-02 22:56:36 +1000
commit58d62ad04556de37f7870048f0f07aaa3ee0cd13 (patch)
tree69d1dba555f04692b4741e6c82824bd267a343a1 /src/mapgen.cpp
parent74eb14cc804c2f51c97d94bebeb38661177f3806 (diff)
downloadminetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.tar.gz
minetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.tar.bz2
minetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.zip
Fix MSVC error caused by ed10005
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r--src/mapgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.cpp b/src/mapgen.cpp
index 66937fb53..d8eb8068a 100644
--- a/src/mapgen.cpp
+++ b/src/mapgen.cpp
@@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "emerge.h"
#include "content_mapnode.h" // For content_mapnode_get_new_name
#include "voxelalgorithms.h"
+#include "porting.h"
#include "profiler.h"
#include "settings.h"
#include "treegen.h"