# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/qt5base/hotfix-gcc11.patch # Copyright (C) 2021 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- qtbase/src/corelib/global/qendian.h +++ qtbase/src/corelib/global/qendian.h @@ -44,6 +44,8 @@ #include #include +#include + // include stdlib.h and hope that it defines __GLIBC__ for glibc-based systems #include #include --- qtbase/src/corelib/text/qbytearraymatcher.h.vanilla 2021-09-17 13:14:20.790444350 +0200 +++ qtbase/src/corelib/text/qbytearraymatcher.h 2021-09-17 13:15:27.717441682 +0200 @@ -42,6 +42,8 @@ #include +#include + QT_BEGIN_NAMESPACE