1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/chessx/files/patch-src_gui_gamewindow.cpp
Jason E. Hale 3c995ab200 Fix build with Qt 5.11
PR:		230884
2018-08-31 01:23:54 +00:00

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)