Skip to content

Commit 58d62ad

Browse files
SmallJokerZeno-
authored andcommittedApr 2, 2015
Fix MSVC error caused by ed10005
1 parent 74eb14c commit 58d62ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/mapgen.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3030
#include "emerge.h"
3131
#include "content_mapnode.h" // For content_mapnode_get_new_name
3232
#include "voxelalgorithms.h"
33+
#include "porting.h"
3334
#include "profiler.h"
3435
#include "settings.h"
3536
#include "treegen.h"

0 commit comments

Comments
 (0)
Please sign in to comment.