]> Creatis software - clitk.git/commitdiff
workaround for bug in itk/gdcmDict.h : gdcm headers seem to need to be included
authorbouilhol <bouilhol>
Wed, 18 Aug 2010 18:04:16 +0000 (18:04 +0000)
committerbouilhol <bouilhol>
Wed, 18 Aug 2010 18:04:16 +0000 (18:04 +0000)
before the itk ones, otherwise there is a conflict between stdint.h and itkIntTypes.h

registration/clitkShapedBLUTSpatioTemporalDIRGenericFilter.h

index e97d9daea670f04adaa2ea0dd323e4efddb5214f..11bfc01f65dc6621ba8c00c2963c2790db2e76bf 100755 (executable)
@@ -32,6 +32,7 @@
 #include "clitkShapedBLUTSpatioTemporalDIR_ggo.h"
 #include "clitkIO.h"
 #include "clitkCommon.h"
+#include "clitkImageCommon.h"
 #include "clitkGenericOptimizer.h"
 #include "clitkGenericMetric.h"
 #include "clitkGenericInterpolator.h"