Skip to content

Commit 2d93f18

Browse files
committed
BUG: Replace itkExceptionObject.h with itkMacro.h
ITKv5 will generate a compilation error when itkExceptionObject.h is included directly.
1 parent fdc9b88 commit 2d93f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkSingleImageCostFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define itkSingleImageCostFunction_h
1919

2020
#include "itkNumericTraits.h"
21-
#include "itkExceptionObject.h"
21+
#include "itkMacro.h"
2222
#include "itkContinuousIndex.h"
2323
#include "itkSingleValuedCostFunction.h"
2424
#include "itkInterpolateImageFunction.h"

0 commit comments

Comments
 (0)