summarylogtreecommitdiffstats
path: root/qpainterpath.patch
blob: a20e50ac4c203c6ef87e559a2c6839e3b42323bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
commit 990d5e8fa20b7d6b4b8c629d143e180437ecdffc
Author: Andrew Chow <achow101-github@achow101.com>
Date:   Thu May 28 14:56:47 2020 -0400

    Add missing QPainterPath include
    
    This is needed to compile with Qt 5.15.

diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp
index 1588be8da..b0091ada3 100644
--- a/src/qt/trafficgraphwidget.cpp
+++ b/src/qt/trafficgraphwidget.cpp
@@ -7,6 +7,7 @@
 #include <qt/clientmodel.h>
 
 #include <QPainter>
+#include <QPainterPath>
 #include <QColor>
 #include <QTimer>