From: Mark Olesen Date: Tue, 9 Feb 2021 14:19:10 +0000 (+0100) Subject: [PATCH] COMP: missing includes (clang) X-Git-Tag: archive/raspbian/9.1.0+really9.0.3+dfsg1-4+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e16f7ce5422bc0848bb73b3ab24e2e3851538cf7;p=vtk9.git [PATCH] COMP: missing includes (clang) Gbp-Pq: Name 91_include_limits.patch --- 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