summaryrefslogtreecommitdiff
path: root/misc/crosti/files/patch-src_usrhcpp_mainwindow.h
blob: b77185ad8048ade651728ae3ed2ae0a1b2f11e80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Fix build with Qt 5.11

--- src/usrhcpp/mainwindow.h.orig	2018-08-31 06:10:35 UTC
+++ src/usrhcpp/mainwindow.h
@@ -40,6 +40,7 @@ along with crosti.  If not, see <http://www.gnu.org/li
 #include <QPrinter>
 #endif
 
+#include <QActionGroup>
 #include <QFileInfo>
 
 class CMiniMap;