Skip to content

Commit fdc9b88

Browse files
committed
BUG: Replace include of itkExceptionObject.h with itkMacro.h
ITKv5 prohibits including itkExceptionObject.h directly and recommends including itkMacro.h. With proper CMake options set, including itkExceptionObject.h will cause a compilation error.
1 parent d75aa90 commit fdc9b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itkIterateNeighborhoodOptimizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "itkIterateNeighborhoodOptimizer.h"
1919
#include "itkCommand.h"
2020
#include "itkEventObject.h"
21-
#include "itkExceptionObject.h"
21+
#include "itkMacro.h"
2222

2323
namespace itk
2424
{

0 commit comments

Comments
 (0)