You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
936 B
22 lines
936 B
diff -Naur VTK-8.2.0.orig/Rendering/Qt/vtkQtLabelRenderStrategy.cxx VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx |
|
--- VTK-8.2.0.orig/Rendering/Qt/vtkQtLabelRenderStrategy.cxx 2019-01-30 17:15:13.000000000 +0000 |
|
+++ VTK-8.2.0/Rendering/Qt/vtkQtLabelRenderStrategy.cxx 2020-06-13 08:11:08.297815562 +0100 |
|
@@ -41,6 +41,7 @@ |
|
#include <QImage> |
|
#include <QMap> |
|
#include <QPainter> |
|
+#include <QPainterPath> |
|
#include <QPair> |
|
#include <QPixmap> |
|
#include <QTextDocument> |
|
diff -Naur VTK-8.2.0.orig/Rendering/Qt/vtkQtStringToImage.cxx VTK-8.2.0/Rendering/Qt/vtkQtStringToImage.cxx |
|
--- VTK-8.2.0.orig/Rendering/Qt/vtkQtStringToImage.cxx 2019-01-30 17:15:13.000000000 +0000 |
|
+++ VTK-8.2.0/Rendering/Qt/vtkQtStringToImage.cxx 2020-06-13 08:11:29.794090633 +0100 |
|
@@ -31,6 +31,7 @@ |
|
#include <QFontMetrics> |
|
#include <QImage> |
|
#include <QPainter> |
|
+#include <QPainterPath> |
|
#include <QPixmap> |
|
#include <QTextDocument> |
|
#include <QTextStream>
|
|
|