1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix MSVC build

This commit is contained in:
BlockMen 2014-02-26 14:21:38 +01:00
parent d4be81155e
commit 18fd913e69
2 changed files with 2 additions and 0 deletions

View 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) {