ports/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx
Loïc Bartoletti 985f5622cf math/vtk8: prepare for Qt5-5.15
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25047
2020-05-29 18:36:38 +00:00

10 lines
285 B
C++

--- Rendering/Qt/vtkQtLabelRenderStrategy.cxx.orig 2020-05-28 17:13:13 UTC
+++ Rendering/Qt/vtkQtLabelRenderStrategy.cxx
@@ -41,6 +41,7 @@
#include <QImage>
#include <QMap>
#include <QPainter>
+#include <QPainterPath>
#include <QPair>
#include <QPixmap>
#include <QTextDocument>