Add missing QPainterPath include

This is needed to compile with Qt 5.15.
pull/19097/head
Andrew Chow 5 years ago
parent ea3e9e0b84
commit 79b0a69e09

@ -7,6 +7,7 @@
#include <qt/clientmodel.h>
#include <QPainter>
#include <QPainterPath>
#include <QColor>
#include <QTimer>

Loading…
Cancel
Save