diff options
author | SmallJoker <mk939@ymail.com> | 2015-04-01 19:41:35 +0200 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2015-04-02 22:56:36 +1000 |
commit | 58d62ad04556de37f7870048f0f07aaa3ee0cd13 (patch) | |
tree | 69d1dba555f04692b4741e6c82824bd267a343a1 /src | |
parent | 74eb14cc804c2f51c97d94bebeb38661177f3806 (diff) | |
download | minetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.tar.gz minetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.tar.bz2 minetest-58d62ad04556de37f7870048f0f07aaa3ee0cd13.zip |
Fix MSVC error caused by ed10005
Diffstat (limited to 'src')
-rw-r--r-- | src/mapgen.cpp | 1 |
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" |