summaryrefslogtreecommitdiffstats
path: root/frameworks/qt5/qt5base/patches/200-header-dep-fix.patch
blob: a5c15b43a1dc70632dac01fa57f4d315352d1db6 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./src/corelib/text/qbytearraymatcher.h	2021-06-29 13:23:13.369547140 +0200
+++ ./src/corelib/text/qbytearraymatcher.h.new	2021-06-29 13:12:07.634947925 +0200
@@ -41,6 +41,7 @@
 #define QBYTEARRAYMATCHER_H
 
 #include <QtCore/qbytearray.h>
+#include <limits>
 
 QT_BEGIN_NAMESPACE