From ad014ed702ad2c414f044254eec5bebe9070005e Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 30 Jan 2025 11:59:23 +0100 Subject: [PATCH] qpen_p.h: include what you need In QtCreator, the file lit up like a Christmas tree from all the undefined types :) Amends the start of the public history. Pick-to: 6.8 6.5 6.2 5.15 Change-Id: I558ad493a4848e6a28bd37a38f2432c5605e0f43 Reviewed-by: Axel Spoerl (cherry picked from commit 768ab2051765f3825903c449a2f0e2c07e665152) Reviewed-by: Qt Cherry-pick Bot --- src/gui/painting/qpen_p.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/painting/qpen_p.h b/src/gui/painting/qpen_p.h index a939c5e4f63..90d5c291b69 100644 --- a/src/gui/painting/qpen_p.h +++ b/src/gui/painting/qpen_p.h @@ -15,7 +15,11 @@ // We mean it. // +#include + #include +#include +#include #include QT_BEGIN_NAMESPACE