fixes #0004318: Compilation fails with Qt 5.15 beta with QPainterPath errors [skip ci]

This commit is contained in:
wmayer
2020-07-02 13:19:43 +02:00
parent 46453ef57d
commit 611fd4088a
20 changed files with 20 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <QPainter>
#include <QPainterPath>
#include <QPainterPathStroker>
#include <QStyleOptionGraphicsItem>
#endif