Blame SOURCES/qt5-qtdeclarative-gcc11.patch

f8caab
diff --git a/src/qml/jsruntime/qv4regexp.cpp b/src/qml/jsruntime/qv4regexp.cpp
f8caab
index 76daead8..4f707703 100644
f8caab
--- a/src/qml/jsruntime/qv4regexp.cpp
f8caab
+++ b/src/qml/jsruntime/qv4regexp.cpp
f8caab
@@ -37,6 +37,7 @@
f8caab
 **
f8caab
 ****************************************************************************/
f8caab
 
f8caab
+#include <limits>
f8caab
 #include "qv4regexp_p.h"
f8caab
 #include "qv4engine_p.h"
f8caab
 #include "qv4scopedvalue_p.h"
f8caab
diff --git a/src/qmldebug/qqmlprofilerevent_p.h b/src/qmldebug/qqmlprofilerevent_p.h
f8caab
index a7e37d19..21c3b465 100644
f8caab
--- a/src/qmldebug/qqmlprofilerevent_p.h
f8caab
+++ b/src/qmldebug/qqmlprofilerevent_p.h
f8caab
@@ -40,6 +40,8 @@
f8caab
 #ifndef QQMLPROFILEREVENT_P_H
f8caab
 #define QQMLPROFILEREVENT_P_H
f8caab
 
f8caab
+#include <limits>
f8caab
+
f8caab
 #include "qqmlprofilerclientdefinitions_p.h"
f8caab
 
f8caab
 #include <QtCore/qstring.h>