Skip to content

Commit

Permalink
[GUI] Add missing QPainterPath include
Browse files Browse the repository at this point in the history
Qt 5.15 no longer implicitly includes QPainterPath, so explicitly
include it here.
  • Loading branch information
Fuzzbawls committed Jun 14, 2020
1 parent 47bf23a commit 2e226ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/trafficgraphwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <QColor>
#include <QPainter>
#include <QPainterPath>
#include <QTimer>

#include <cmath>
Expand Down

0 comments on commit 2e226ad

Please sign in to comment.