early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/qt5-base/patches/limits_include.patch
vendored
Executable file
13
externals/vcpkg/ports/qt5-base/patches/limits_include.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/corelib/text/qbytearraymatcher.h b/src/corelib/text/qbytearraymatcher.h
|
||||
index 0eedfc1d20..f5f9bef7b8 100644
|
||||
--- a/src/corelib/text/qbytearraymatcher.h
|
||||
+++ b/src/corelib/text/qbytearraymatcher.h
|
||||
@@ -42,6 +42,8 @@
|
||||
|
||||
#include <QtCore/qbytearray.h>
|
||||
|
||||
+#include <limits>
|
||||
+
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
Reference in New Issue
Block a user