diff options
Diffstat (limited to 'graphics/fraqtive/files/patch-src_datafunctions.cpp')
-rw-r--r-- | graphics/fraqtive/files/patch-src_datafunctions.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/fraqtive/files/patch-src_datafunctions.cpp b/graphics/fraqtive/files/patch-src_datafunctions.cpp new file mode 100644 index 000000000000..a63feca86aed --- /dev/null +++ b/graphics/fraqtive/files/patch-src_datafunctions.cpp @@ -0,0 +1,11 @@ +--- src/datafunctions.cpp.orig 2020-05-21 06:51:19 UTC ++++ src/datafunctions.cpp +@@ -19,6 +19,8 @@ + #include "datafunctions.h" + #include "fractaldata.h" + ++#include <QPainterPath> ++ + namespace DataFunctions + { + |