]> Creatis software - bbtk.git/commitdiff
missing .h
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 30 Jun 2011 09:39:41 +0000 (09:39 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 30 Jun 2011 09:39:41 +0000 (09:39 +0000)
packages/itk/src/bbitkResampleImageFilter.h

index 7380db2b322626e60d3ef3e036b098897de75041..9bddac3458b41351c6f3e15d37702dc15d51c70d 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbitkResampleImageFilter.h,v $
   Language:  C++
-  Date:      $Date: 2011/05/03 12:24:22 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2011/06/30 09:39:41 $
+  Version:   $Revision: 1.12 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -39,6 +39,9 @@
 #include "itkLinearInterpolateImageFunction.h"
 #include "itkBSplineInterpolateImageFunction.h"
 
+// For ITK4
+#include <itkAffineTransform.h>
+
 namespace bbitk
 {