ports/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx
Loïc Bartoletti 6bf04ce410 math/vtk8: prepare for Qt5.15 (follow-up rP536987)
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
2020-06-05 16:56:46 +00:00

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>