projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74eb14c
)
Fix MSVC error caused by ed10005
author
SmallJoker
<mk939@ymail.com>
Wed, 1 Apr 2015 17:41:35 +0000
(19:41 +0200)
committer
Craig Robbins
<kde.psych@gmail.com>
Thu, 2 Apr 2015 12:56:36 +0000
(22:56 +1000)
src/mapgen.cpp
patch
|
blob
|
history
diff --git
a/src/mapgen.cpp
b/src/mapgen.cpp
index 66937fb53be6ba692c591bdcaca1c0d1664660ff..d8eb8068a8680efe9c5b02bb95e59208c317a609 100644
(file)
--- 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"