From e3cc3900cdc48051a0ca81a094c0d049c76effb0 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 8 Mar 2022 08:22:03 +0100 Subject: [PATCH] qutf8stringview.h: don't rely on transitive include of qbytearrayview.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends fe46cd59ce3c961d714b303d7d5484cca8864247. Pick-to: 6.3 Change-Id: I9cc07367e1674c93610b8376a03f749c844159ec Reviewed-by: Sona Kurazyan Reviewed-by: Ievgenii Meshcheriakov Reviewed-by: MÃ¥rten Nordheim --- src/corelib/text/qutf8stringview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/text/qutf8stringview.h b/src/corelib/text/qutf8stringview.h index a6930c2e0f4..2d21a0e5bb4 100644 --- a/src/corelib/text/qutf8stringview.h +++ b/src/corelib/text/qutf8stringview.h @@ -41,6 +41,7 @@ #include #include // for QContainerImplHelper +#include #include