Skip to content

Commit 18fd913

Browse files
committedFeb 26, 2014
Fix MSVC build
1 parent d4be811 commit 18fd913

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/biome.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2424
#include "util/numeric.h"
2525
#include "main.h"
2626
#include "util/mathconstants.h"
27+
#include "porting.h"
2728

2829
NoiseParams nparams_biome_def_heat(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70);
2930
NoiseParams nparams_biome_def_humidity(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.55);

‎src/convert_json.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2929
#include "settings.h"
3030
#include "version.h"
3131
#include "httpfetch.h"
32+
#include "porting.h"
3233

3334
Json::Value fetchJsonValue(const std::string url,
3435
struct curl_slist *chunk) {

0 commit comments

Comments
 (0)
Please sign in to comment.