1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: =?utf-8?b?SsOpcsO0bWUgQm9ybWU=?= <jerome.borme@laposte.net>
Date: Tue, 7 Sep 2021 15:10:02 +0200
Subject: Fix build with Qt 5.15
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Applied-Upstream: https://invent.kde.org/graphics/kst-plot/-/commit/606588cec761d32e946bce9ebb9958fb5dd5f7f0.patch
---
src/widgets/gradienteditor.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/widgets/gradienteditor.h b/src/widgets/gradienteditor.h
index 1ca7492..67c3d08 100644
--- a/src/widgets/gradienteditor.h
+++ b/src/widgets/gradienteditor.h
@@ -16,6 +16,7 @@
#include <QHash>
#include <QWidget>
#include <QGradient>
+#include <QPainterPath>
#include "kstwidgets_export.h"
|