From 58d62ad04556de37f7870048f0f07aaa3ee0cd13 Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Wed, 1 Apr 2015 19:41:35 +0200
Subject: [PATCH] Fix MSVC error caused by ed10005

---
 src/mapgen.cpp | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
GitLab