From 72a6038f7aa5daca7357301ea60ec51e765c17f3 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 2 Oct 2020 09:53:57 +0200 Subject: [PATCH] Help: Fix compilation on Linux QPalette was only declared. Change-Id: I24fa8eca4fd9fdae4be3d35ee2f392fa606fc9ab Reviewed-by: Eike Ziller --- src/plugins/help/qlitehtml/container_qpainter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/help/qlitehtml/container_qpainter.cpp b/src/plugins/help/qlitehtml/container_qpainter.cpp index e3b41c00209..74a8f440a9c 100644 --- a/src/plugins/help/qlitehtml/container_qpainter.cpp +++ b/src/plugins/help/qlitehtml/container_qpainter.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include