mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
It seems that I forgot to ship this patch in the last review/commit. Approved by: tcberner (mentor), adridg Differential Revision: https://reviews.freebsd.org/D25142
10 lines
287 B
C++
10 lines
287 B
C++
--- Rendering/Qt/vtkQtStringToImage.cxx.orig 2020-06-05 04:36:21 UTC
|
|
+++ Rendering/Qt/vtkQtStringToImage.cxx
|
|
@@ -31,6 +31,7 @@
|
|
#include <QFontMetrics>
|
|
#include <QImage>
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QPixmap>
|
|
#include <QTextDocument>
|
|
#include <QTextStream>
|