diff options
| author | John-Gee <[email protected]> | 2021-02-02 03:56:23 -0800 |
|---|---|---|
| committer | John-Gee <[email protected]> | 2021-02-02 03:56:23 -0800 |
| commit | 26a1c76b1e8da180034b550827ffb30fce5eec2d (patch) | |
| tree | 78882857b4af3de3cbbbb736590ea85016122ac8 /src/qt/trafficgraphwidget.cpp | |
| parent | Fix for Boost 1.74 (diff) | |
| download | discoin-26a1c76b1e8da180034b550827ffb30fce5eec2d.tar.xz discoin-26a1c76b1e8da180034b550827ffb30fce5eec2d.zip | |
Fixed for Qt 5
Diffstat (limited to 'src/qt/trafficgraphwidget.cpp')
| -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 601d554c0..ff0084533 100644 --- a/src/qt/trafficgraphwidget.cpp +++ b/src/qt/trafficgraphwidget.cpp @@ -6,6 +6,7 @@ #include "clientmodel.h" #include <QPainter> +#include <QPainterPath> #include <QColor> #include <QTimer> |