From e83b5553a9cfb5eeb21675b624b9b3dc45cada4b Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 22 Jul 2022 15:33:41 +0200 Subject: [PATCH] #3466 vtk9itk5wx3-macos --- PackRecalage/src/bbPackRecalageReSlicerBox.h | 1 + PackRecalage/src/bbPackRecalageResampleBox.h | 1 + lib/CheckBoard.h | 1 + lib/Convolution.h | 1 + lib/MyGridOnImageGenerator.h | 1 + lib/Substraction.h | 1 + lib/Transparency.h | 1 + 7 files changed, 7 insertions(+) diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.h b/PackRecalage/src/bbPackRecalageReSlicerBox.h index 057bff8..93ac544 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.h +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.h @@ -30,6 +30,7 @@ #include "bbtkAtomicBlackBox.h" #include "iostream" +#include #include "vtkImageReslice.h" #include "vtkTransform.h" #include "vtkImageData.h" diff --git a/PackRecalage/src/bbPackRecalageResampleBox.h b/PackRecalage/src/bbPackRecalageResampleBox.h index 4caabf7..552b0b5 100644 --- a/PackRecalage/src/bbPackRecalageResampleBox.h +++ b/PackRecalage/src/bbPackRecalageResampleBox.h @@ -29,6 +29,7 @@ #include "bbPackRecalage_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" +#include #include "vtkImageResample.h" #include "vtkImageData.h" diff --git a/lib/CheckBoard.h b/lib/CheckBoard.h index 3098f50..fd3dd2a 100644 --- a/lib/CheckBoard.h +++ b/lib/CheckBoard.h @@ -24,6 +24,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ------------------------------------------------------------------------ */ +#include #include "vtkImageData.h" #include "vtkImageResample.h" #include diff --git a/lib/Convolution.h b/lib/Convolution.h index 946bfa2..3758a05 100644 --- a/lib/Convolution.h +++ b/lib/Convolution.h @@ -24,6 +24,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ------------------------------------------------------------------------ */ +#include #include "vtkImageData.h" #include "vtkImageConvolve.h" #include "vtkImageCast.h" diff --git a/lib/MyGridOnImageGenerator.h b/lib/MyGridOnImageGenerator.h index 0e67f35..938706b 100755 --- a/lib/MyGridOnImageGenerator.h +++ b/lib/MyGridOnImageGenerator.h @@ -36,6 +36,7 @@ // VTK //----------------- +#include #include "vtkImageData.h" //------------------------------------------------------------------------------ diff --git a/lib/Substraction.h b/lib/Substraction.h index b32d8cf..c88b4f7 100644 --- a/lib/Substraction.h +++ b/lib/Substraction.h @@ -24,6 +24,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ------------------------------------------------------------------------ */ +#include #include "vtkImageData.h" #include diff --git a/lib/Transparency.h b/lib/Transparency.h index 25f55f8..3fbb231 100644 --- a/lib/Transparency.h +++ b/lib/Transparency.h @@ -24,6 +24,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ------------------------------------------------------------------------ */ +#include #include "vtkImageData.h" #include "vtkImageResample.h" #include -- 2.45.0