X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSegmentation.h;h=ba5eb5be0827ba6b077681313ab297edaa33f5b0;hb=6543794d0c4718aaa344b28acc77ca18d423f1f3;hp=5cd6e404b81d952b4237bd280b9378459a5b9521;hpb=0608e5a94e72e6c2ae9a1de81657b1f48ed61c3b;p=clitk.git diff --git a/vv/vvToolSegmentation.h b/vv/vvToolSegmentation.h index 5cd6e40..ba5eb5b 100644 --- a/vv/vvToolSegmentation.h +++ b/vv/vvToolSegmentation.h @@ -18,7 +18,11 @@ #ifndef VVTOOLSEGMENTATION_H #define VVTOOLSEGMENTATION_H +#if QT_VERSION < 0x050000 #include +#else +#include +#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h"