Skip to content

Commit

Permalink
Merge pull request #1661 from dzenanz/master
Browse files Browse the repository at this point in the history
COMP: Add missing include headers
  • Loading branch information
cookpa authored Jan 18, 2024
2 parents dcdc878 + df35e60 commit 7bef93f
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 7bef93f

Please sign in to comment.