summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-23 13:26:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-23 13:26:30 +0200
commit812effa709a77485d1301540db9174df62afdf2d (patch)
treee0de26a38f5aa07bd54e58e67f78bc3bd5fa4e52 /gui/main-window.hpp
parent06122e9e302d8bd9e66a413a27af55b0171b86a2 (diff)
gui/main-window: fix build on some Debian Qt5
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r--gui/main-window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp
index 017055eb..75a66b0e 100644
--- a/gui/main-window.hpp
+++ b/gui/main-window.hpp
@@ -19,6 +19,8 @@
#include "logic/state.hpp"
#include "options/options.hpp"
+#include <QObject>
+#include <QWidget>
#include <QMainWindow>
#include <QKeySequence>
#include <QShortcut>