diff options
Diffstat (limited to 'graphics/dust3d/files/patch-src_contourtopartconverter.cpp')
-rw-r--r-- | graphics/dust3d/files/patch-src_contourtopartconverter.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/dust3d/files/patch-src_contourtopartconverter.cpp b/graphics/dust3d/files/patch-src_contourtopartconverter.cpp new file mode 100644 index 000000000000..d4da6c95ff50 --- /dev/null +++ b/graphics/dust3d/files/patch-src_contourtopartconverter.cpp @@ -0,0 +1,9 @@ +--- src/contourtopartconverter.cpp.orig 2020-04-12 10:44:20 UTC ++++ src/contourtopartconverter.cpp +@@ -1,5 +1,6 @@ + #include <QImage> + #include <QPainter> ++#include <QPainterPath> + #include <cmath> + #include <QUuid> + #include <cmath> |