From 23bac7f96000e85e3d330c86286fdd63331777af Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 17 Feb 2022 12:19:29 +0100 Subject: shiboken6: Fix build against 6.4 Add missing include, unveiled by the Qt header cleanup. Task-number: QTBUG-97601 Change-Id: Ic9f92fb42b6fe2eb77cd412645d17432d67fc278 Reviewed-by: Christian Tismer (cherry picked from commit f88b4b646776b4d6fc8c9ab5253a0a4f89e26976) Reviewed-by: Qt Cherry-pick Bot --- sources/shiboken6/ApiExtractor/textstream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/shiboken6/ApiExtractor/textstream.h b/sources/shiboken6/ApiExtractor/textstream.h index 1e21f55da..8ec581308 100644 --- a/sources/shiboken6/ApiExtractor/textstream.h +++ b/sources/shiboken6/ApiExtractor/textstream.h @@ -30,6 +30,7 @@ #define TEXTSTREAM_H #include +#include /// A text stream based on QTextStream with built-in indent. class TextStream -- cgit v1.2.3