Skip to content

Commit 79b0a69

Browse files
committed
Add missing QPainterPath include
This is needed to compile with Qt 5.15.
1 parent ea3e9e0 commit 79b0a69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/trafficgraphwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <qt/clientmodel.h>
88

99
#include <QPainter>
10+
#include <QPainterPath>
1011
#include <QColor>
1112
#include <QTimer>
1213

0 commit comments

Comments
 (0)