From 797f28697d5ba50c1fa2bc5596af626a3c277826 Mon Sep 17 00:00:00 2001 From: "Andrew J. P. Maclean" Date: Wed, 27 May 2020 15:27:15 +1000 Subject: [PATCH] Qt 5.15 needs the include file QPainterPath --- Rendering/Qt/vtkQtLabelRenderStrategy.cxx | 1 + Rendering/Qt/vtkQtStringToImage.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx b/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx index afda585cca..eca65c64cd 100644 --- a/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx +++ b/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/VTK/Rendering/Qt/vtkQtStringToImage.cxx b/VTK/Rendering/Qt/vtkQtStringToImage.cxx index 659c71570e..fbb9b78f05 100644 --- a/VTK/Rendering/Qt/vtkQtStringToImage.cxx +++ b/VTK/Rendering/Qt/vtkQtStringToImage.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include -- 2.26.2