Merge pull request #8702 from sl1pkn07/Qt5.15

Fix build with Qt 5.15+
This commit is contained in:
JosJuice 2020-03-23 18:35:09 +01:00 committed by GitHub
commit 623a50786d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
#include <QAction>
#include <QDateTime>
#include <QPainter>
#include <QPainterPath>
#include <QTimer>
#include "Common/MathUtil.h"