diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:26:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:26:30 +0200 |
commit | 812effa709a77485d1301540db9174df62afdf2d (patch) | |
tree | e0de26a38f5aa07bd54e58e67f78bc3bd5fa4e52 /gui/main-window.hpp | |
parent | 06122e9e302d8bd9e66a413a27af55b0171b86a2 (diff) |
gui/main-window: fix build on some Debian Qt5
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 2 |
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> |