diff --git a/srcpkgs/trojita/patches/QPainterPath.patch b/srcpkgs/trojita/patches/QPainterPath.patch new file mode 100644 index 00000000000..03879e3a3c0 --- /dev/null +++ b/srcpkgs/trojita/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- src/Gui/Spinner.cpp 2016-06-15 09:17:23.000000000 +0200 ++++ src/Gui/Spinner.cpp 2020-09-02 13:51:52.962353077 +0200 +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include + #include + #include +--- src/Gui/Window.cpp 2016-06-15 09:17:23.000000000 +0200 ++++ src/Gui/Window.cpp 2020-09-02 13:52:19.050354423 +0200 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include