summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-12 00:10:39 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-12 00:10:39 +0200
commite5fda965b9e75299617133d82f667ae4ad24a7d4 (patch)
treee4c13237e84cacfbfcaa41577b5658669583c975 /mainwindow.h
parent3e5a4358a19b7a6e9cb187e564a0b89ee2df33ec (diff)
qt4 compile fix missing QQueue
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index ece97da7..e0454e61 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -5,6 +5,7 @@
#include <QTreeView>
#include <QFileSystemModel>
#include <QProcess>
+#include <QQueue>
#include <QSettings>
#include "storemodel.h"
#if SINGLE_APP