From: tbaudier Date: Thu, 10 Mar 2016 16:41:03 +0000 (+0100) Subject: Ensure compatibility with VTK < v5.10 X-Git-Tag: v1.4.0~27 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=79047979f6d102b99c61d1bf0209b291f7be26f0;p=clitk.git Ensure compatibility with VTK < v5.10 --- diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx index 95296af..ec82590 100644 --- a/vv/vvSlicer.cxx +++ b/vv/vvSlicer.cxx @@ -75,8 +75,8 @@ #include #include #include -#include #if VTK_MAJOR_VERSION >= 6 || (VTK_MAJOR_VERSION >= 5 && VTK_MINOR_VERSION >= 10) +# include # include # include #endif