mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
212 B
C++
11 lines
212 B
C++
--- 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
|
|
{
|
|
|