From 18fd913e696e29fa6a6f65e1399772cd28d9ff83 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Wed, 26 Feb 2014 14:21:38 +0100 Subject: Fix MSVC build --- src/convert_json.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/convert_json.cpp') diff --git a/src/convert_json.cpp b/src/convert_json.cpp index 917d6fcb3..c8e57aaf7 100644 --- 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) { -- cgit v1.2.3