Add missing QPainterPath include

This is needed to compile with Qt 5.15.

Github-Pull: #19097
Rebased-From: 79b0a69e09
This commit is contained in:
Andrew Chow
2020-05-28 14:56:47 -04:00
committed by Luke Dashjr
parent ca0b8acbf3
commit 384d3f991c

View File

@@ -6,6 +6,7 @@
#include "clientmodel.h"
#include <QPainter>
#include <QPainterPath>
#include <QColor>
#include <QTimer>