projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4be811
)
Fix MSVC build
author
BlockMen
<nmuelll@web.de>
Wed, 26 Feb 2014 13:21:38 +0000
(14:21 +0100)
committer
BlockMen
<nmuelll@web.de>
Wed, 26 Feb 2014 13:21:38 +0000
(14:21 +0100)
src/biome.cpp
patch
|
blob
|
history
src/convert_json.cpp
patch
|
blob
|
history
diff --git
a/src/biome.cpp
b/src/biome.cpp
index 1afad00a3c78be2641b87b2f47cfa6f6a394baf5..dca900cbb986df0990402a77935208ffb30fae32 100644
(file)
--- a/
src/biome.cpp
+++ b/
src/biome.cpp
@@
-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);
diff --git
a/src/convert_json.cpp
b/src/convert_json.cpp
index 917d6fcb31ddd093f24f21ae6cef4907bd39a4fd..c8e57aaf78c58687c61388748a4f117a48d53e8d 100644
(file)
--- a/
src/convert_json.cpp
+++ b/
src/convert_json.cpp
@@
-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) {