add include for QPainterPath
to build with Qt 5.15 the include of QPainterPath is neededmaster
parent
b4ff6710c1
commit
ef45623ebd
|
@ -1,5 +1,6 @@
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
#include <QPainterPath>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <QUuid>
|
#include <QUuid>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
Loading…
Reference in New Issue