From e36b03fd474cd489ac8a860ad098f6d30a9f73a7 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 9 Jan 2023 13:51:38 +0100 Subject: Fix compilation with Qt5.15+ Origin: Debian Bug: https://github.com/buzzinglight/IanniX/pull/52 Last-Update: 2020-12-09 fixed missing include of "QPainterPath" Last-Update: 2020-12-09 Gbp-Pq: Name qpainterpath_fix.patch --- objects/nxcurve.h | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/nxcurve.h b/objects/nxcurve.h index a4b493e..0a1623f 100644 --- a/objects/nxcurve.h +++ b/objects/nxcurve.h @@ -28,6 +28,7 @@ #include #include #include +#include #include "geometry/qmuparser/muParser.h" #include "nxobject.h" #include "qmath.h" -- cgit v1.2.3