summaryrefslogtreecommitdiffstats
path: root/logic/MMCJson.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-05-11 16:43:20 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-09 01:38:30 +0200
commite993adaf44ca3ef7f23cb26539ca741e58e8fac0 (patch)
treece14ff6f6df4783f4fb7b1666fdf84bcfec3177f /logic/MMCJson.cpp
parentad1f2c530cc4f402d65d46f644a181e1126ddbf5 (diff)
downloadMultiMC-e993adaf44ca3ef7f23cb26539ca741e58e8fac0.tar
MultiMC-e993adaf44ca3ef7f23cb26539ca741e58e8fac0.tar.gz
MultiMC-e993adaf44ca3ef7f23cb26539ca741e58e8fac0.tar.lz
MultiMC-e993adaf44ca3ef7f23cb26539ca741e58e8fac0.tar.xz
MultiMC-e993adaf44ca3ef7f23cb26539ca741e58e8fac0.zip
Disable window titles and isons again, windows build fixes
Diffstat (limited to 'logic/MMCJson.cpp')
-rw-r--r--logic/MMCJson.cpp1
1 files changed, 1 insertions, 0 deletions
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 <QString>
+#include <QStringList>
#include <math.h>
bool MMCJson::ensureBoolean(const QJsonValue val, const QString what)