File fix-missing-includes.patch of Package mingw64-libqt5-qtbase
--- qtbase-everywhere-src-5.11.1/src/corelib/tools/qbytearraymatcher.h 2021-07-01 05:42:27.814626251 +0200 +++ qtbase-everywhere-src-5.11.1/src/corelib/tools/qbytearraymatcher.h 2021-07-01 05:45:10.814886989 +0200 @@ -41,6 +41,7 @@ #define QBYTEARRAYMATCHER_H #include <QtCore/qbytearray.h> +#include <limits> QT_BEGIN_NAMESPACE