mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
3c995ab200
PR: 230884
13 lines
254 B
C++
13 lines
254 B
C++
Fix build with Qt 5.11
|
|
|
|
--- src/gui/gamewindow.cpp.orig 2018-08-31 00:55:39 UTC
|
|
+++ src/gui/gamewindow.cpp
|
|
@@ -8,6 +8,7 @@
|
|
#include "nag.h"
|
|
#include "settings.h"
|
|
|
|
+#include <QAction>
|
|
#include <QToolButton>
|
|
|
|
#if defined(_MSC_VER) && defined(_DEBUG)
|