dev-qt/qtbase: add missing header needed for kwin + libc++

Please make sure update to this version first (manually if need be)
given kwin does not explicitly requests this revision.

Closes: https://bugs.gentoo.org/949629
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-02-17 21:14:34 -05:00
parent 8b22c4ca16
commit 935749bdad
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
https://bugs.gentoo.org/949629
https://bugreports.qt.io/browse/QTBUG-133808
https://codereview.qt-project.org/c/qt/qtbase/+/624870
--- a/src/corelib/global/qcompare_impl.h
+++ b/src/corelib/global/qcompare_impl.h
@@ -13,4 +13,6 @@
#include <QtCore/qcompilerdetection.h>
+#include <type_traits>
+
QT_BEGIN_NAMESPACE

View File

@@ -147,6 +147,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.6.3-gcc14-avx512fp16.patch
"${FILESDIR}"/${PN}-6.8.0-qcontiguouscache.patch
"${FILESDIR}"/${P}-QTBUG-133500.patch
"${FILESDIR}"/${P}-QTBUG-133808.patch
)
src_prepare() {