Skip to content

Commit 4ff14b4

Browse files
author
Francois Budin
committed
BUG: Missing itkMath.h include
Without this patch, the following error happens: include/itkDigitizerFunctor.h:79:16: error: use of undeclared identifier 'Math' return Math::Floor< TOutput >((inputPixel - m_Min)/((m_Max-m_Min)/ \ (float)m_NumberOfBinsPerAxis));
1 parent 9eaa9a5 commit 4ff14b4

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)