dust3d: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
181521aa1a
commit
a1782aaea7
|
@ -0,0 +1,10 @@
|
|||
--- src/texturegenerator.h 2019-07-11 15:02:38.000000000 +0200
|
||||
+++ src/texturegenerator.h 2020-09-01 01:01:14.662510375 +0200
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
#include <QImage>
|
||||
#include <QColor>
|
||||
+#include <QPainterPath>
|
||||
#include "outcome.h"
|
||||
#include "meshloader.h"
|
||||
#include "snapshot.h"
|
Loading…
Reference in New Issue