From 54f49803dedfcfb93b89a2262c04ecbcce073c88 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 23 Nov 2023 15:57:11 +0100 Subject: [PATCH] String-ish: Add missing #includes Don't depend on transitive includes. Amends 96d67da420697cee10bdc537a1a592f6f22e2b8f. Change-Id: I3ec93e4d786af0babd36bb71a15222ffc3538e38 Reviewed-by: Ivan Solovev Reviewed-by: Thiago Macieira --- src/corelib/text/qbytearrayview.h | 1 + src/corelib/text/qstring.h | 1 + src/corelib/text/qstringview.h | 1 + src/corelib/text/qutf8stringview.h | 1 + 4 files changed, 4 insertions(+) diff --git a/src/corelib/text/qbytearrayview.h b/src/corelib/text/qbytearrayview.h index 081cdbbd76..d8ad65ae1e 100644 --- a/src/corelib/text/qbytearrayview.h +++ b/src/corelib/text/qbytearrayview.h @@ -8,6 +8,7 @@ #include #include +#include #include QT_BEGIN_NAMESPACE diff --git a/src/corelib/text/qstring.h b/src/corelib/text/qstring.h index a0ec0c2afd..3e28d7727c 100644 --- a/src/corelib/text/qstring.h +++ b/src/corelib/text/qstring.h @@ -25,6 +25,7 @@ #include #include #include +#include #include diff --git a/src/corelib/text/qstringview.h b/src/corelib/text/qstringview.h index e27f90c167..3d1853c7a0 100644 --- a/src/corelib/text/qstringview.h +++ b/src/corelib/text/qstringview.h @@ -10,6 +10,7 @@ #include #include +#include #include #if defined(Q_OS_DARWIN) || defined(Q_QDOC) diff --git a/src/corelib/text/qutf8stringview.h b/src/corelib/text/qutf8stringview.h index 0ea6927005..1230e17484 100644 --- a/src/corelib/text/qutf8stringview.h +++ b/src/corelib/text/qutf8stringview.h @@ -13,6 +13,7 @@ #include #include +#include #include QT_BEGIN_NAMESPACE