From 72cde6f7dd9102d0c3730a75a6c85af69b8a0e3c Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 17 Feb 2025 20:38:36 +0100 Subject: [PATCH] qcompare_impl.h: include what you use Both enable_if and is_null_pointer belong to type_traits, include it. Amends 631a0cc45cbe70940746cd944d325d7d3bab8c15. Pick-to: 6.9 6.8 Fixes: QTBUG-133808 Change-Id: I9626ba80b2d9799d1bfed8ca9c9090691b8d8715 Reviewed-by: Marc Mutz --- src/corelib/global/qcompare_impl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/global/qcompare_impl.h b/src/corelib/global/qcompare_impl.h index c52417fceca..7c6b5191de8 100644 --- a/src/corelib/global/qcompare_impl.h +++ b/src/corelib/global/qcompare_impl.h @@ -12,6 +12,8 @@ #include #include +#include + QT_BEGIN_NAMESPACE namespace QtPrivate {