Thanks, applied as 5e6e844e2161eb3154f95258c81109d0a83dce82. Michael
[sent from post-receive hook] On Tue, 29 Jun 2021 07:09:20 +0200, Lucas Stach <[email protected]> wrote: > One more instance of missing <limits> include has been found while > building with a target GCC11. Extend the last patch to fix this. > > Signed-off-by: Lucas Stach <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git > a/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch > > b/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch > index 33138cc3623c..a7b82435a5ed 100644 > --- > a/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch > +++ > b/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch > @@ -15,7 +15,8 @@ Signed-off-by: Lucas Stach <[email protected]> > qtbase/src/corelib/global/qfloat16.h | 1 + > qtbase/src/corelib/text/qbytearraymatcher.h | 2 ++ > qtbase/src/corelib/tools/qoffsetstringarray_p.h | 1 + > - 4 files changed, 6 insertions(+) > + qtdeclarative/src/3rdparty/masm/yarr/Yarr.h | 2 ++ > + 5 files changed, 8 insertions(+) > > diff --git a/qtbase/src/corelib/global/qendian.h > b/qtbase/src/corelib/global/qendian.h > index 257efbbdbecf..a97776c761b7 100644 > @@ -67,3 +68,16 @@ index 4dd9e9603bc1..8b3fbfe55985 100644 > #include <tuple> > #include <array> > > +diff --git a/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h > b/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h > +index ccf78f988000..cd745256e9e1 100644 > +--- a/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h > ++++ b/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h > +@@ -27,6 +27,8 @@ > + > + #pragma once > + > ++#include <limits> > ++ > + #include <limits.h> > + #include "YarrErrorCode.h" > + _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
