From b7e16a82c99768494afb000dd19e308f306a89c3 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 28 May 2020 14:56:47 -0400 Subject: Add missing QPainterPath include This is needed to compile with Qt 5.15. Github-Pull: #19097 Rebased-From: 79b0a69e09c1a912122e6431ea3c530cc292c690 --- src/qt/trafficgraphwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp index 006007be63..d4dc588915 100644 --- a/src/qt/trafficgraphwidget.cpp +++ b/src/qt/trafficgraphwidget.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include -- cgit v1.2.3