From: Debian Qt/KDE Maintainers Date: Sun, 7 Aug 2022 13:56:40 +0000 (+0100) Subject: include to fix GCC 11 build X-Git-Tag: archive/raspbian/5.15.4+dfsg-5+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a50dfe56375286a7cdeb232e00a138a2795efa0e;p=qtbase-opensource-src.git include to fix GCC 11 build Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=813a928c7c3cf986 Last-Update: 2022-03-03 Gbp-Pq: Name gcc_11_limits.diff --- diff --git a/src/corelib/text/qbytearraymatcher.h b/src/corelib/text/qbytearraymatcher.h index 0eedfc1d2..f5f9bef7b 100644 --- a/src/corelib/text/qbytearraymatcher.h +++ b/src/corelib/text/qbytearraymatcher.h @@ -42,6 +42,8 @@ #include +#include + QT_BEGIN_NAMESPACE