]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkResampleImageFilter.h
missing .h
[bbtk.git] / 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
 {