mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
10 lines
235 B
C++
10 lines
235 B
C++
--- traceplot.cpp.orig 2020-05-21 09:59:50 UTC
|
|
+++ traceplot.cpp
|
|
@@ -20,6 +20,7 @@
|
|
#include <QPixmapCache>
|
|
#include <QTextStream>
|
|
#include <QtConcurrent>
|
|
+#include <QPainterPath>
|
|
#include "samplesource.h"
|
|
#include "traceplot.h"
|
|
|