]> Creatis software - clitk.git/commitdiff
change include (itkMacro) to help compilation with ITK4
authordsarrut <dsarrut>
Thu, 14 Oct 2010 09:53:54 +0000 (09:53 +0000)
committerdsarrut <dsarrut>
Thu, 14 Oct 2010 09:53:54 +0000 (09:53 +0000)
common/clitkExceptionObject.h
common/clitkIO.cxx

index 02f9579963e785322885c4a1ddbef54f7fd2d24c..01d8f2acab46ef2047f11e0eaaf67346cb490398 100644 (file)
@@ -23,7 +23,7 @@
 #include "clitkCommon.h"
 
 // itk
-#include "itkExceptionObject.h"
+#include "itkMacro.h"
 
 namespace clitk {
 
index ded85e7a1f4f595eee6dd3a81068f8d6732cdd7a..edc10f29952a468e0f3c3bcc741ac3ef012348f9 100755 (executable)
@@ -21,7 +21,7 @@
 #include <fstream>
 
 // itk include
-#include "itkExceptionObject.h"
+#include "itkMacro.h"
 
 // clitk include
 #include "clitkIO.h"