From ac6f7dc7a771ca29a7137a45375d7ce5e98c3b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 26 Oct 2020 20:02:20 +0100 Subject: [PATCH] LibreCAD: fix build --- srcpkgs/LibreCAD/patches/QPainterPath.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/LibreCAD/patches/QPainterPath.patch diff --git a/srcpkgs/LibreCAD/patches/QPainterPath.patch b/srcpkgs/LibreCAD/patches/QPainterPath.patch new file mode 100644 index 00000000000..47476c18323 --- /dev/null +++ b/srcpkgs/LibreCAD/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- librecad/src/lib/engine/lc_splinepoints.h 2016-09-23 07:34:43.000000000 +0200 ++++ librecad/src/lib/engine/lc_splinepoints.h 2020-10-26 19:40:13.317774271 +0100 +@@ -27,6 +27,7 @@ + + #include + #include "rs_atomicentity.h" ++#include + + class QPolygonF; + struct RS_LineTypePattern; +--- librecad/src/lib/gui/rs_painterqt.h 2016-09-23 07:34:43.000000000 +0200 ++++ librecad/src/lib/gui/rs_painterqt.h 2020-10-26 19:43:13.804763513 +0100 +@@ -29,6 +29,7 @@ + #define RS_PAINTERQT_H + + #include ++#include + + #include "rs_painter.h" + #include "rs_pen.h"