From: dsarrut Date: Thu, 14 Oct 2010 09:53:54 +0000 (+0000) Subject: change include (itkMacro) to help compilation with ITK4 X-Git-Tag: v1.2.0~345 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=104e82c60a7867d9737beaed54cfda62c13df041;p=clitk.git change include (itkMacro) to help compilation with ITK4 --- 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"