From 359591307300c30c0553157f79b25f407a530f12 Mon Sep 17 00:00:00 2001 From: "Andrew B. Collier" Date: Mon, 15 Aug 2016 16:27:32 +0200 Subject: [PATCH] Added #include to JSONWorker.cpp so that it builds on Ubuntu. --- src/libjson/Source/JSONWorker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libjson/Source/JSONWorker.cpp b/src/libjson/Source/JSONWorker.cpp index f9caa42..204d27b 100755 --- a/src/libjson/Source/JSONWorker.cpp +++ b/src/libjson/Source/JSONWorker.cpp @@ -1,3 +1,4 @@ +#include #include "JSONWorker.h" bool used_ascii_one = false; //used to know whether or not to check for intermediates when writing, once flipped, can't be unflipped