X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSegmentation.h;h=ba5eb5be0827ba6b077681313ab297edaa33f5b0;hb=6543794d0c4718aaa344b28acc77ca18d423f1f3;hp=5cd6e404b81d952b4237bd280b9378459a5b9521;hpb=fc5a660913f80e37b79d8d4e6ec03040818acee4;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"