diff options
| author | Andrew Chow <[email protected]> | 2020-05-28 14:56:47 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-05-28 14:56:47 -0400 |
| commit | 79b0a69e09c1a912122e6431ea3c530cc292c690 (patch) | |
| tree | 6b4e2a392af15163b091b47b6edaa1f2f00e984b /src | |
| parent | Merge #18700: Fix locking on WSL using flock instead of fcntl (diff) | |
| download | discoin-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.cpp | 1 |
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> |