diff --git a/srcpkgs/qtfm/patches/QPainterPath.patch b/srcpkgs/qtfm/patches/QPainterPath.patch new file mode 100644 index 00000000000..ac495e8bbf9 --- /dev/null +++ b/srcpkgs/qtfm/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- libfm/iconlist.h 2019-06-04 07:47:00.000000000 +0200 ++++ libfm/iconlist.h 2020-08-31 18:50:21.401362347 +0200 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + + class IconListDelegate : public QItemDelegate + { +--- libfm/iconview.h 2019-06-04 07:47:00.000000000 +0200 ++++ libfm/iconview.h 2020-08-31 18:50:30.723362828 +0200 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + + class IconViewDelegate : public QStyledItemDelegate + {