Skip to content

Commit

Permalink
COMP: Add missing include headers
Browse files Browse the repository at this point in the history
This happens when these files are used directly,
and not through default ANTs build system.
  • Loading branch information
dzenanz committed Jan 18, 2024
1 parent dcdc878 commit df35e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef antsDisplacementAndVelocityFieldRegistrationCommandIterationUpdate__h_
#define antsDisplacementAndVelocityFieldRegistrationCommandIterationUpdate__h_

#include "itkImageDuplicator.h"

namespace ants
{
/*
Expand Down
2 changes: 1 addition & 1 deletion Utilities/itkantsReadWriteTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "itkImageFileWriter.h"
#include "itkTransformFileReader.h"
#include "itkTransformFileWriter.h"

#include "itksys/SystemTools.hxx"
#include "itkCompositeTransform.h"

namespace itk
Expand Down

0 comments on commit df35e60

Please sign in to comment.