Blob Blame History Raw
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/codecs/qutfcodec.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/codecs/qutfcodec.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/codecs/qutfcodec.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/codecs/qutfcodec.cpp	2023-04-12 12:54:29.789320202 +0200
@@ -38,6 +38,7 @@
 **
 ****************************************************************************/
 
+#include <limits>
 #include "qutfcodec_p.h"
 #include "qlist.h"
 #include "qendian.h"
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/global/qendian.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/global/qendian.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/global/qendian.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/global/qendian.cpp	2023-04-12 12:54:29.789320202 +0200
@@ -38,6 +38,8 @@
 **
 ****************************************************************************/
 
+#include <limits>
+
 #include "qendian.h"
 
 #include "qalgorithms.h"
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/global/qendian.h qtbase-everywhere-src-5.15.9-new/src/corelib/global/qendian.h
--- qtbase-everywhere-src-5.15.9/src/corelib/global/qendian.h	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/global/qendian.h	2023-04-12 12:54:29.790320228 +0200
@@ -41,6 +41,8 @@
 #ifndef QENDIAN_H
 #define QENDIAN_H
 
+#include <limits>
+
 #include <QtCore/qfloat16.h>
 #include <QtCore/qglobal.h>
 
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/plugin/quuid.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/plugin/quuid.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/plugin/quuid.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/plugin/quuid.cpp	2023-04-12 12:54:29.790320228 +0200
@@ -38,6 +38,8 @@
 **
 ****************************************************************************/
 
+#include <limits>
+
 #include "quuid.h"
 
 #include "qcryptographichash.h"
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/serialization/qdatastream.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/serialization/qdatastream.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/serialization/qdatastream.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/serialization/qdatastream.cpp	2023-04-12 12:54:29.791320253 +0200
@@ -37,6 +37,8 @@
 **
 ****************************************************************************/
 
+#include <limits>
+
 #include "qdatastream.h"
 #include "qdatastream_p.h"
 
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearray.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearray.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearray.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearray.cpp	2023-04-12 12:54:29.792320279 +0200
@@ -39,6 +39,8 @@
 **
 ****************************************************************************/
 
+#include <limits>
+
 #include "qbytearray.h"
 #include "qbytearraymatcher.h"
 #include "private/qtools_p.h"
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearraymatcher.cpp qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearraymatcher.cpp
--- qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearraymatcher.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearraymatcher.cpp	2023-04-12 12:54:29.792320279 +0200
@@ -39,6 +39,7 @@
 
 #include "qbytearraymatcher.h"
 
+#include <limits>
 #include <limits.h>
 
 QT_BEGIN_NAMESPACE
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearraymatcher.h qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearraymatcher.h
--- qtbase-everywhere-src-5.15.9/src/corelib/text/qbytearraymatcher.h	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/corelib/text/qbytearraymatcher.h	2023-04-12 12:54:29.793320304 +0200
@@ -40,6 +40,8 @@
 #ifndef QBYTEARRAYMATCHER_H
 #define QBYTEARRAYMATCHER_H
 
+#include <limits>
+
 #include <QtCore/qbytearray.h>
 
 #include <limits>
diff -rupN --no-dereference qtbase-everywhere-src-5.15.9/src/dbus/qdbuserror.cpp qtbase-everywhere-src-5.15.9-new/src/dbus/qdbuserror.cpp
--- qtbase-everywhere-src-5.15.9/src/dbus/qdbuserror.cpp	2023-03-23 20:06:47.000000000 +0100
+++ qtbase-everywhere-src-5.15.9-new/src/dbus/qdbuserror.cpp	2023-04-12 12:54:29.793320304 +0200
@@ -37,6 +37,7 @@
 **
 ****************************************************************************/
 
+#include <limits>
 #include "qdbuserror.h"
 
 #include <qdebug.h>