From 5a90353a9cabaf9a84e4cd48d905b4940e09c65d Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Mon, 13 Jun 2022 19:00:47 +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