Skip to content

Commit b9d65ac

Browse files
committed
COMP: Add #include "itkNumericTraitsVectorPixel.h"
For VectorThresholdSegmentationLevelSetImageFilter. Otherwise the VectorType is set to `double` rather than `itk::Vector<double, N>`.
1 parent c679de2 commit b9d65ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Segmentation/LevelSets/include/itkVectorThresholdSegmentationLevelSetImageFilter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#ifndef itkVectorThresholdSegmentationLevelSetImageFilter_h
1919
#define itkVectorThresholdSegmentationLevelSetImageFilter_h
2020

21+
#include "itkNumericTraitsVectorPixel.h"
2122
#include "itkSegmentationLevelSetImageFilter.h"
2223
#include "itkVectorThresholdSegmentationLevelSetFunction.h"
2324

0 commit comments

Comments
 (0)