summarylogtreecommitdiffstats
path: root/qtbase-QTBUG-89977.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qtbase-QTBUG-89977.patch')
-rw-r--r--qtbase-QTBUG-89977.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtbase-QTBUG-89977.patch b/qtbase-QTBUG-89977.patch
new file mode 100644
index 000000000000..cfaac113353e
--- /dev/null
+++ b/qtbase-QTBUG-89977.patch
@@ -0,0 +1,11 @@
+diff -up qtbase-everywhere-src-5.15.2/src/corelib/text/qbytearray.h.foo qtbase-everywhere-src-5.15.2/src/corelib/text/qbytearray.h
+--- qtbase-everywhere-src-5.15.2/src/corelib/text/qbytearray.h.foo 2020-10-27 03:02:11.000000000 -0500
++++ qtbase-everywhere-src-5.15.2/src/corelib/text/qbytearray.h 2021-02-06 17:05:04.879201352 -0600
+@@ -51,6 +49,7 @@
+
+ #include <string>
+ #include <iterator>
++#include <limits>
+
+ #ifdef truncate
+ #error qbytearray.h must be included before any header file that defines truncate