Skip to content

Commit b7e16a8

Browse files
achow101fanquake
authored andcommitted
Add missing QPainterPath include
This is needed to compile with Qt 5.15. Github-Pull: #19097 Rebased-From: 79b0a69
1 parent 30a2814 commit b7e16a8

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)