Fix MSVC build
authorBlockMen <nmuelll@web.de>
Wed, 26 Feb 2014 13:21:38 +0000 (14:21 +0100)
committerBlockMen <nmuelll@web.de>
Wed, 26 Feb 2014 13:21:38 +0000 (14:21 +0100)
src/biome.cpp
src/convert_json.cpp

index 1afad00a3c78be2641b87b2f47cfa6f6a394baf5..dca900cbb986df0990402a77935208ffb30fae32 100644 (file)
@@ -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);
index 917d6fcb31ddd093f24f21ae6cef4907bd39a4fd..c8e57aaf78c58687c61388748a4f117a48d53e8d 100644 (file)
@@ -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) {