diff --git a/IO/Image/vtkSEPReader.h b/IO/Image/vtkSEPReader.h --- a/IO/Image/vtkSEPReader.h +++ b/IO/Image/vtkSEPReader.h @@ -25,8 +25,9 @@ #include "vtkImageAlgorithm.h" #include "vtkNew.h" // for ivars -#include // for std::array -#include // for std::string +#include // for std::array +#include // for std::uint8_t and std::uint32_t +#include // for std::string namespace details { diff --git a/IO/PIO/PIOData.h b/IO/PIO/PIOData.h --- a/IO/PIO/PIOData.h +++ b/IO/PIO/PIOData.h @@ -1,6 +1,7 @@ #if !defined(_PIODATA_H) #define _PIODATA_H +#include #include #include #include diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -49,7 +49,8 @@ #include "vtkMathTextUtilities.h" #include "vtkRenderingMatplotlibModule.h" // For export macro -#include // for std::vector +#include // for std::uint64_t +#include // for std::vector struct _object; typedef struct _object PyObject; diff --git a/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp b/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp --- a/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp +++ b/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp @@ -33,6 +33,7 @@ #include #include +#include #define CPL_DLL