summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kdab.com>2021-06-20 17:36:41 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-20 18:11:30 +0000
commit380294a5971da85010a708dc23b0edec192cbf27 (patch)
tree31f7bb00021f391efd359ddd412d6cfb20bac29f /src
parentc9c0f5bfa7aad739a6d245dd47adf3bc6cdab8ee (diff)
Add missing limits include
The code uses std::numeric_limits but is lacking the appropriate include Change-Id: I41fa5ac4d8c4e06f35b5b1551ef2ad8417df80bd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> (cherry picked from commit 2b2b3155d9f6ba1e4f859741468fbc47db09292b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qoffsetstringarray_p.h1
1 files changed, 1 insertions, 0 deletions
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 <tuple>
#include <array>
+#include <limits>
QT_BEGIN_NAMESPACE