From 519a29ee3e41b8eb9cb4f4bd8ae78eb07f9c3f1b Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Fri, 5 Jun 2020 16:56:46 +0000 Subject: [PATCH] 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 --- .../files/patch-Rendering_Qt_vtkQtStringToImage.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx diff --git a/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx b/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx new file mode 100644 index 000000000000..299be5f51c46 --- /dev/null +++ b/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx @@ -0,0 +1,10 @@ +--- Rendering/Qt/vtkQtStringToImage.cxx.orig 2020-06-05 04:36:21 UTC ++++ Rendering/Qt/vtkQtStringToImage.cxx +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + #include