From a50dfe56375286a7cdeb232e00a138a2795efa0e Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Sun, 7 Aug 2022 14:56:40 +0100 Subject: [PATCH] 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 --- src/corelib/text/qbytearraymatcher.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2