mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
qt5base - add missing includes for newer gcc versions (limits.h)
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
This commit is contained in:
10
frameworks/qt5/qt5base/patches/200-header-dep-fix.patch
Normal file
10
frameworks/qt5/qt5base/patches/200-header-dep-fix.patch
Normal file
@@ -0,0 +1,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
|
||||||
|
|
||||||
Reference in New Issue
Block a user