aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas <arojas@archlinux.org>2021-05-23 14:32:46 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-23 17:37:22 +0000
commit150bd8e33bc6f79906f711a74cf3fe6831bf05ac (patch)
treea05648fefaf867ad96e5c28be3b793408cd96593
parent309ee39b74406a11c24e7fcf05fa8dce2407486f (diff)
Add missing limits include to fix build with GCC 11
This is not required for Qt 6, since it is indirectly pulled via qanystrigview.h, but it is for Qt 5 (where qanystrigview does not exist) and, in any case, it is good to declare all used headers and not rely on them being implicitly pulled. Change-Id: I97606ea493e723006759608b7d4c4f00632f340c Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com> (cherry picked from commit 367293b18ab0d0a0432c1c8ce445fee052e5eee5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qmldebug/qqmlprofilerevent_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmldebug/qqmlprofilerevent_p.h b/src/qmldebug/qqmlprofilerevent_p.h
index 928cda716e..29c6f86123 100644
--- a/src/qmldebug/qqmlprofilerevent_p.h
+++ b/src/qmldebug/qqmlprofilerevent_p.h
@@ -48,6 +48,7 @@
#include <QtCore/qmetatype.h>
#include <initializer_list>
+#include <limits>
#include <type_traits>
//