Skip to content

Commit ffdc17f

Browse files
authored
Merge pull request #49 from fbudin69500/MissingItkMathHeader
BUG: Missing itkMath.h include
2 parents 9eaa9a5 + 4ff14b4 commit ffdc17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/itkDigitizerFunctor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define itkDigitizerFunctor_h
2020

2121
#include "itkNumericTraits.h"
22+
#include "itkMath.h"
2223

2324
namespace itk
2425
{

0 commit comments

Comments
 (0)