Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen committed Feb 26, 2014
1 parent d4be811 commit 18fd913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/biome.cpp
Expand Up @@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/numeric.h"
#include "main.h"
#include "util/mathconstants.h"
#include "porting.h"

NoiseParams nparams_biome_def_heat(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70);
NoiseParams nparams_biome_def_humidity(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.55);
Expand Down
1 change: 1 addition & 0 deletions src/convert_json.cpp
Expand Up @@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "version.h"
#include "httpfetch.h"
#include "porting.h"

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

0 comments on commit 18fd913

Please sign in to comment.