https://bugs.gentoo.org/789573 --- a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h +++ b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h @@ -25,6 +25,7 @@ #include "vtkIdList.h" #include #include +#include #include #include --- a/VTK/Common/DataModel/vtkPiecewiseFunction.cxx +++ b/VTK/Common/DataModel/vtkPiecewiseFunction.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include --- a/VTK/Rendering/Core/vtkColorTransferFunction.cxx +++ b/VTK/Rendering/Core/vtkColorTransferFunction.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include --- a/VTK/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx +++ b/VTK/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx @@ -27,6 +27,7 @@ #include "vtkHyperTreeGridNonOrientedCursor.h" #include +#include vtkStandardNewMacro(vtkHyperTreeGridThreshold);