mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
With gcc11+ certain headers are not included by default anymore - see: https://www.gnu.org/software/gcc/gcc-11/porting_to.html#header-dep-changes
11 lines
285 B
Diff
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
|
|
|