From e993adaf44ca3ef7f23cb26539ca741e58e8fac0 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 11 May 2014 16:43:20 +0200 Subject: Disable window titles and isons again, windows build fixes --- logic/MMCJson.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'logic/MMCJson.cpp') diff --git a/logic/MMCJson.cpp b/logic/MMCJson.cpp index f7b4b6b0..8de88b6b 100644 --- a/logic/MMCJson.cpp +++ b/logic/MMCJson.cpp @@ -1,5 +1,6 @@ #include "MMCJson.h" #include +#include #include bool MMCJson::ensureBoolean(const QJsonValue val, const QString what) -- cgit