Fix: corelib: Fix build failure by including <limits>
This commit is contained in:
9
depends/patches/qt/000-add-limits-header.patch
Normal file
9
depends/patches/qt/000-add-limits-header.patch
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
--- a/qtbase/src/corelib/tools/qbytearraymatcher.h
|
||||||
|
+++ b/qtbase/src/corelib/tools/qbytearraymatcher.h
|
||||||
|
@@ -43,6 +43,7 @@
|
||||||
|
#include <QtCore/qbytearray.h>
|
||||||
|
#include <QtCore/qstring.h>
|
||||||
|
#include <QtCore/qvarlengtharray.h>
|
||||||
|
+#include <limits>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
Reference in New Issue
Block a user