aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2019-10-31 09:48:21 +0100
committerLars Knoll <lars.knoll@qt.io>2019-10-31 10:44:44 +0100
commit893100fba3f3a2e4d4ffe108202fdac67a3d4357 (patch)
tree2085bfd550d5008c97ceb01aca4f632b1709c9d7 /src/qml/common
parentd4442d07190783265120ea7f870d548d7d434749 (diff)
Fix build after QList->QVector changes in qtbase
Change-Id: I1575c247de26ba08fba349bf879ed3e017530975 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/common')
-rw-r--r--src/qml/common/qv4compileddata_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/common/qv4compileddata_p.h b/src/qml/common/qv4compileddata_p.h
index 11de506a53..7abf530996 100644
--- a/src/qml/common/qv4compileddata_p.h
+++ b/src/qml/common/qv4compileddata_p.h
@@ -65,6 +65,7 @@
#include <private/qendian_p.h>
#include <private/qv4staticvalue_p.h>
#include <functional>
+#include <limits.h>
QT_BEGIN_NAMESPACE