summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-03-18 11:21:41 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-03-18 11:22:46 +0100
commit8fb60a913776da25c91bdd75bf5518ab3f765d9f (patch)
tree25108e6ef131a4524fc9e4c04d9c3486c726c4ef /src
parent5f53a140ec8e29fccf2850f3823bdd31a603e787 (diff)
Fix build after qtbase changes
Don't rely on transitive includes of QMap, QHash, or QList. Pick-to: 6.3 Change-Id: I6990e9c21b3730d6533b726ad891f1135d266d98 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bodymovin/bmfreeformshape_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bodymovin/bmfreeformshape_p.h b/src/bodymovin/bmfreeformshape_p.h
index c27e0c6..cfd2dc1 100644
--- a/src/bodymovin/bmfreeformshape_p.h
+++ b/src/bodymovin/bmfreeformshape_p.h
@@ -43,6 +43,9 @@
#include <QPainterPath>
#include <QJsonArray>
+#include <QMap>
+#include <QHash>
+#include <QList>
#include <QtBodymovin/bmglobal.h>
#include <QtBodymovin/private/bmshape_p.h>