diff --git a/srcpkgs/freeciv/patches/QPainterPath.patch b/srcpkgs/freeciv/patches/QPainterPath.patch new file mode 100644 index 00000000000..9c6bdb0480b --- /dev/null +++ b/srcpkgs/freeciv/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- client/gui-qt/canvas.cpp 2020-02-15 16:49:02.000000000 +0100 ++++ client/gui-qt/canvas.cpp 2020-09-01 19:25:35.075928695 +0200 +@@ -18,6 +18,7 @@ + // Qt + #include + #include ++#include + + // qt-client + #include "canvas.h" +--- client/gui-qt/dialogs.cpp 2020-02-15 16:49:02.000000000 +0100 ++++ client/gui-qt/dialogs.cpp 2020-09-01 19:25:42.242929065 +0200 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include