Fix MSVC error caused by ed10005
authorSmallJoker <mk939@ymail.com>
Wed, 1 Apr 2015 17:41:35 +0000 (19:41 +0200)
committerCraig Robbins <kde.psych@gmail.com>
Thu, 2 Apr 2015 12:56:36 +0000 (22:56 +1000)
src/mapgen.cpp

index 66937fb53be6ba692c591bdcaca1c0d1664660ff..d8eb8068a8680efe9c5b02bb95e59208c317a609 100644 (file)
@@ -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"