From: SmallJoker Date: Wed, 1 Apr 2015 17:41:35 +0000 (+0200) Subject: Fix MSVC error caused by ed10005 X-Git-Tag: 0.4.13~396 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58d62ad04556de37f7870048f0f07aaa3ee0cd13;p=oweals%2Fminetest.git Fix MSVC error caused by ed10005 --- 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"