Blame SOURCES/qt5-qtdeclarative-gcc11.patch

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