0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Add missing QPainterPath include

This is needed to compile with Qt 5.15.
This commit is contained in:
Andrew Chow 2020-05-28 14:56:47 -04:00
parent ea3e9e0b84
commit 79b0a69e09

View file

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