diff --git a/Common/Core/vtkGenericDataArrayLookupHelper.h b/Common/Core/vtkGenericDataArrayLookupHelper.h index ab9d572..202aaa2 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 22eca0b..11086f1 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 a16bb27..1052192 100644 --- a/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx +++ b/Filters/HyperTree/vtkHyperTreeGridThreshold.cxx @@ -27,6 +27,7 @@ #include "vtkHyperTreeGridNonOrientedCursor.h" #include +#include vtkStandardNewMacro(vtkHyperTreeGridThreshold); diff --git a/Rendering/Core/vtkColorTransferFunction.cxx b/Rendering/Core/vtkColorTransferFunction.cxx index 55c046b..1be0291 100644 --- a/Rendering/Core/vtkColorTransferFunction.cxx +++ b/Rendering/Core/vtkColorTransferFunction.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include