Modeling: Add missing #include for Qt6

Task-number: QTCREATORBUG-24098
Change-Id: I89ec3ea02e2ec03fe370692a2ff4b5bc70e82615
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2020-06-18 12:35:07 +02:00
parent b54d4e5f65
commit ad5443395d

View File

@@ -26,6 +26,7 @@
#pragma once
#include <QtGlobal>
#include <QList>
QT_BEGIN_NAMESPACE
class QPolygonF;