From dea548ef040c95d6fd6796051b12f148372b0f22 Mon Sep 17 00:00:00 2001 From: Dennis Oberst Date: Mon, 11 Mar 2024 15:59:23 +0100 Subject: qstringalgorithms: include in favor of The switch from to dropped the definition of std::size. Include since is no longer used to pull in std::size. Amends: dc2ae08e02730ab795445bc047221aa56914f723. Pick-to: 6.7 Change-Id: Ib742538eb5d21c77fcae7ee9abb6d5329bbcfd63 Reviewed-by: Ahmad Samir --- src/corelib/text/qstringalgorithms.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/corelib/text') diff --git a/src/corelib/text/qstringalgorithms.h b/src/corelib/text/qstringalgorithms.h index 84c104eafd..538ae892b0 100644 --- a/src/corelib/text/qstringalgorithms.h +++ b/src/corelib/text/qstringalgorithms.h @@ -13,8 +13,7 @@ #endif #include // std::find - -#include // for memchr +#include // std::size #include // q20::is_constant_evaluated -- cgit v1.2.3