From 606588cec761d32e946bce9ebb9958fb5dd5f7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Borme?= Date: Tue, 7 Sep 2021 15:10:02 +0200 Subject: [PATCH] Fix build with Qt 5.15 Signed-off-by: Andreas Sturmlechner --- src/widgets/gradienteditor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/gradienteditor.h b/src/widgets/gradienteditor.h index 1ca749226..67c3d0892 100644 --- a/src/widgets/gradienteditor.h +++ b/src/widgets/gradienteditor.h @@ -16,6 +16,7 @@ #include #include #include +#include #include "kstwidgets_export.h"