Skip to content

Commit

Permalink
Replaced itk header with more specific header
Browse files Browse the repository at this point in the history
* Needed itk::ImageIOBase::IOComponentEnum

Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Oct 15, 2024
1 parent 4960b71 commit d53f2a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <itkCastImageFilter.h>
#include <itkImage.h>
#include <itkImageFileWriter.h>
#include <itkImageIOBase.h>
#include <itkImportImageFilter.h>
#include <itkNumericTraits.h>
#include <itkVector.h>
Expand Down

0 comments on commit d53f2a3

Please sign in to comment.