From 947d059570f989bb94412ef8d61262fe47133cda Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Thu, 20 Jun 2024 09:09:49 +0200 Subject: [PATCH] Fix qt 5.15.2 compilation on CO9 --- .../patches/qt_5_15_2_numeric_limits.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 products/patches/qt_5_15_2_numeric_limits.patch diff --git a/products/patches/qt_5_15_2_numeric_limits.patch b/products/patches/qt_5_15_2_numeric_limits.patch new file mode 100644 index 0000000..d2a0ce5 --- /dev/null +++ b/products/patches/qt_5_15_2_numeric_limits.patch @@ -0,0 +1,33 @@ +diff -Naur qt_ref/qtbase/src/corelib/global/qendian.h qt/qtbase/src/corelib/global/qendian.h +--- qt_ref/qtbase/src/corelib/global/qendian.h 2024-06-20 08:48:35.275042443 +0200 ++++ qt/qtbase/src/corelib/global/qendian.h 2024-06-19 09:26:15.988364209 +0200 +@@ -47,6 +47,7 @@ + // include stdlib.h and hope that it defines __GLIBC__ for glibc-based systems + #include + #include ++#include + + #ifdef min // MSVC + #undef min +diff -Naur qt_ref/qtbase/src/corelib/global/qfloat16.h qt/qtbase/src/corelib/global/qfloat16.h +--- qt_ref/qtbase/src/corelib/global/qfloat16.h 2024-06-20 08:48:35.275042443 +0200 ++++ qt/qtbase/src/corelib/global/qfloat16.h 2024-06-19 09:26:58.829940099 +0200 +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include + + #if defined(QT_COMPILER_SUPPORTS_F16C) && defined(__AVX2__) && !defined(__F16C__) + // All processors that support AVX2 do support F16C too. That doesn't mean +diff -Naur qt_ref/qtbase/src/corelib/text/qbytearraymatcher.h qt/qtbase/src/corelib/text/qbytearraymatcher.h +--- qt_ref/qtbase/src/corelib/text/qbytearraymatcher.h 2024-06-20 08:48:35.298042763 +0200 ++++ qt/qtbase/src/corelib/text/qbytearraymatcher.h 2024-06-19 09:29:34.864037490 +0200 +@@ -41,6 +41,7 @@ + #define QBYTEARRAYMATCHER_H + + #include ++#include + + QT_BEGIN_NAMESPACE + -- 2.39.2