X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.h;h=8297a90d738778d2fa48d3b873e5b4c87764b51e;hb=HEAD;hp=0410637f396b79a1f08faad0502c97b0918aef7e;hpb=99b8973aa53da85bd951268f29495311a1e3471f;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 0410637..8297a90 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -29,7 +29,12 @@ #include "vvToolWidgetBase.h" #include "vvImageContour.h" #include "vvLandmarks.h" +#include +#if (VTK_MAJOR_VERSION == 8 && VTK_MINOR_VERSION >= 2) || VTK_MAJOR_VERSION >= 9 #include "ui_vvToolProfile.h" +#else +#include "ui_vvToolProfileVTK7.h" +#endif #include "vvBinaryImageOverlayActor.h" #include "clitkProfileImage_ggo.h"