Fix MSVC build
[oweals/minetest.git] / src / convert_json.cpp
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) {