Add missing QPainterPath include

This is needed to compile with Qt 5.15.
pull/650/head
Andrew Chow 4 years ago committed by MiWCryptoCurrency
parent 81c4f2d80f
commit 990d5e8fa2

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

Loading…
Cancel
Save