From e16f7ce5422bc0848bb73b3ab24e2e3851538cf7 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 9 Feb 2021 15:19:10 +0100 Subject: [PATCH] [PATCH] COMP: missing includes (clang) Gbp-Pq: Name 91_include_limits.patch --- Common/Core/vtkGenericDataArrayLookupHelper.h | 1 + Common/DataModel/vtkPiecewiseFunction.cxx | 1 + Filters/HyperTree/vtkHyperTreeGridThreshold.cxx | 1 + Rendering/Core/vtkColorTransferFunction.cxx | 1 + 4 files changed, 4 insertions(+) diff --git a/Common/Core/vtkGenericDataArrayLookupHelper.h b/Common/Core/vtkGenericDataArrayLookupHelper.h index f278e27c..de6d842c 100644 --- a/Common/Core/vtkGenericDataArrayLookupHelper.h +++ b/Common/Core/vtkGenericDataArrayLookupHelper.h @@ -25,6 +25,7 @@ #include "vtkIdList.h" #include #include +#include #include #include diff --git a/Common/DataModel/vtkPiecewiseFunction.cxx b/Common/DataModel/vtkPiecewiseFunction.cxx index c75935fd..9459ce90 100644 --- a/Common/DataModel/vtkPiecewiseFunction.cxx +++ b/Common/DataModel/vtkPiecewiseFunction.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx b/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx index 9944db69..01a15175 100644 --- a/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx +++ b/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx @@ -28,6 +28,7 @@ #include "vtkHyperTreeGridNonOrientedCursor.h" #include +#include vtkStandardNewMacro(vtkHyperTreeGridThreshold); diff --git a/Rendering/Core/vtkColorTransferFunction.cxx b/Rendering/Core/vtkColorTransferFunction.cxx index 40504e53..125597b0 100644 --- a/Rendering/Core/vtkColorTransferFunction.cxx +++ b/Rendering/Core/vtkColorTransferFunction.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- 2.30.2