Blame SOURCES/qt5-qtdeclarative-gcc11.patch

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