aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
diff options
context:
space:
mode:
authorAntonio Rojas <arojas@archlinux.org>2021-05-23 14:32:46 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-05-23 16:16:59 +0000
commit367293b18ab0d0a0432c1c8ce445fee052e5eee5 (patch)
tree1fa985a86eba6c1a9d7fda48c52e70df479e6737 /src/qmldebug
parent005d1865fd31de49dd24d07415de9b641f33feed (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. Pick-to: 6.1 5.15 Change-Id: I97606ea493e723006759608b7d4c4f00632f340c Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
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 baadcf2433..d441165fef 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>
//