Skip to content

Commit 209a987

Browse files
committed
COMP: Fix missing header itkImageRegionConstIterator.h
BoneMorphometry/include/itkReplaceFeatureMapNanInfImageFilter.h:81:34: error: no template named 'ImageRegionConstIterator' in namespace 'itk'
1 parent cb6e14e commit 209a987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/itkReplaceFeatureMapNanInfImageFilter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "itkImageToImageFilter.h"
2222
#include "itkNumericTraits.h"
2323
#include "itkSimpleDataObjectDecorator.h"
24+
#include "itkImageRegionConstIterator.h"
2425

2526
// useful filters
2627
#include <itkVectorIndexSelectionCastImageFilter.h>

0 commit comments

Comments
 (0)