aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2020-05-28 14:56:47 -0400
committerAndrew Chow <[email protected]>2020-05-28 14:56:47 -0400
commit79b0a69e09c1a912122e6431ea3c530cc292c690 (patch)
tree6b4e2a392af15163b091b47b6edaa1f2f00e984b /src
parentMerge #18700: Fix locking on WSL using flock instead of fcntl (diff)
downloaddiscoin-79b0a69e09c1a912122e6431ea3c530cc292c690.tar.xz
discoin-79b0a69e09c1a912122e6431ea3c530cc292c690.zip
Add missing QPainterPath include
This is needed to compile with Qt 5.15.
Diffstat (limited to 'src')
-rw-r--r--src/qt/trafficgraphwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp
index 757648f48..6428fc4da 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>