X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.h;h=8297a90d738778d2fa48d3b873e5b4c87764b51e;hb=bffde3a7ae834139793d8c00f73986879146b0e0;hp=0410637f396b79a1f08faad0502c97b0918aef7e;hpb=c91252d780814d0d771464cdbce0f0a2cf94e891;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"