Skip to content
Snippets Groups Projects
Commit 18fd913e authored by BlockMen's avatar BlockMen
Browse files

Fix MSVC build

parent d4be8115
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment