From 104e82c60a7867d9737beaed54cfda62c13df041 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Thu, 14 Oct 2010 09:53:54 +0000 Subject: [PATCH] change include (itkMacro) to help compilation with ITK4 --- common/clitkExceptionObject.h | 2 +- common/clitkIO.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/clitkExceptionObject.h b/common/clitkExceptionObject.h index 02f9579..01d8f2a 100644 --- a/common/clitkExceptionObject.h +++ b/common/clitkExceptionObject.h @@ -23,7 +23,7 @@ #include "clitkCommon.h" // itk -#include "itkExceptionObject.h" +#include "itkMacro.h" namespace clitk { diff --git a/common/clitkIO.cxx b/common/clitkIO.cxx index ded85e7..edc10f2 100755 --- a/common/clitkIO.cxx +++ b/common/clitkIO.cxx @@ -21,7 +21,7 @@ #include // itk include -#include "itkExceptionObject.h" +#include "itkMacro.h" // clitk include #include "clitkIO.h" -- 2.45.1