From 893100fba3f3a2e4d4ffe108202fdac67a3d4357 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 31 Oct 2019 09:48:21 +0100 Subject: Fix build after QList->QVector changes in qtbase Change-Id: I1575c247de26ba08fba349bf879ed3e017530975 Reviewed-by: Simon Hausmann --- src/qml/common/qv4compileddata_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/common') 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 #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3