dust3d: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-01 01:06:46 +02:00
parent 181521aa1a
commit a1782aaea7
1 changed files with 10 additions and 0 deletions

View File

@ -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"