aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-04-29 10:44:00 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-04-29 12:23:16 +0200
commit02d9ede53916663ea527aec3c3c9ae3a75df7c07 (patch)
tree57c40b43ebbb861c201bc63a957b9de57e49a9bf /src/qmldebug
parent5fda4ec00bd2069255d48f644543683b5bf202d2 (diff)
Fix build with GCC 11: include <limits>
Task-number: QTBUG-90395 Change-Id: I5a767ffd92f5d598d1e85ed7efb970dc98a31a74 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/qmldebug')
-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 ef395c8507..54712c7dcc 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>
//