Files
video/frameworks/qt5/qt5base/patches/200-header-dep-fix.patch
2025-05-22 10:58:15 +00:00

11 lines
285 B
Diff

--- ./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