]> Creatis software - clitk.git/blobdiff - itk/clitkSetBackgroundImageFilter.h
Remove vcl_math calls
[clitk.git] / itk / clitkSetBackgroundImageFilter.h
index e5ac118e58c8bf3a1d6de546b1b54a6dae80f241..500ecc4dc1603b83524c5585f70f7ebacb46cacc 100644 (file)
@@ -20,6 +20,8 @@
 #include "itkFlexibleBinaryFunctorImageFilter.h"
 #include "itkNumericTraits.h"
 
+#include "clitkCommon.h"
+
 
 namespace clitk
 {
@@ -211,7 +213,7 @@ protected:
   SetBackgroundImageFilter() {}
   virtual ~SetBackgroundImageFilter() {}
 
-  void PrintSelf(std::ostream &os, itk::Indent indent) const
+  void PrintSelf(std::ostream &os, itk::Indent indent) const ITK_OVERRIDE
     {
     Superclass::PrintSelf(os, indent);
     os << indent << "OutsideValue: "  << this->GetOutsideValue() << std::endl;