aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-17 12:19:29 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-17 19:48:53 +0000
commit23bac7f96000e85e3d330c86286fdd63331777af (patch)
tree9cf80507d49e3b038e142b5089ffdbe26c87894f
parent105f57aae6bc757e7c2815c1cdb5324761ea7a41 (diff)
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 <tismer@stackless.com> (cherry picked from commit f88b4b646776b4d6fc8c9ab5253a0a4f89e26976) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/ApiExtractor/textstream.h1
1 files changed, 1 insertions, 0 deletions
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 <QtCore/QTextStream>
+#include <QtCore/QString>
/// A text stream based on QTextStream with built-in indent.
class TextStream