From 2b2b3155d9f6ba1e4f859741468fbc47db09292b Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 20 Jun 2021 17:36:41 +0200 Subject: Add missing limits include The code uses std::numeric_limits but is lacking the appropriate include Pick-to: 5.15 6.1 6.2 Change-Id: I41fa5ac4d8c4e06f35b5b1551ef2ad8417df80bd Reviewed-by: Giuseppe D'Angelo --- src/corelib/tools/qoffsetstringarray_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/tools/qoffsetstringarray_p.h b/src/corelib/tools/qoffsetstringarray_p.h index f99e6b800b..a5d54546ea 100644 --- a/src/corelib/tools/qoffsetstringarray_p.h +++ b/src/corelib/tools/qoffsetstringarray_p.h @@ -55,6 +55,7 @@ #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3