Index: head/games/chessx/files/patch-src_dialogs_preferences.cpp =================================================================== --- head/games/chessx/files/patch-src_dialogs_preferences.cpp (nonexistent) +++ head/games/chessx/files/patch-src_dialogs_preferences.cpp (revision 478505) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- src/dialogs/preferences.cpp.orig 2018-08-31 00:53:54 UTC ++++ src/dialogs/preferences.cpp +@@ -21,6 +21,7 @@ + #include "engineoptiondialog.h" + #include "downloadmanager.h" + ++#include + #include + #include + #include Property changes on: head/games/chessx/files/patch-src_dialogs_preferences.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/chessx/files/patch-src_dialogs_savedialog.cpp =================================================================== --- head/games/chessx/files/patch-src_dialogs_savedialog.cpp (nonexistent) +++ head/games/chessx/files/patch-src_dialogs_savedialog.cpp (revision 478505) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- src/dialogs/savedialog.cpp.orig 2018-08-31 00:54:35 UTC ++++ src/dialogs/savedialog.cpp +@@ -22,6 +22,7 @@ + #include "settings.h" + #include "tags.h" + ++#include + #include + #include + Property changes on: head/games/chessx/files/patch-src_dialogs_savedialog.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/chessx/files/patch-src_gui_gamewindow.cpp =================================================================== --- head/games/chessx/files/patch-src_gui_gamewindow.cpp (nonexistent) +++ head/games/chessx/files/patch-src_gui_gamewindow.cpp (revision 478505) @@ -0,0 +1,12 @@ +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 + #include + + #if defined(_MSC_VER) && defined(_DEBUG) Property changes on: head/games/chessx/files/patch-src_gui_gamewindow.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property