X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSegmentation.h;h=7e49dc46efc67486f496eb0be6c0093da113ac77;hb=db7e5217c37e01705f867061e360fdf3290704c8;hp=ba5eb5be0827ba6b077681313ab297edaa33f5b0;hpb=3c408355c0ce7a9927b16e9bd98764c995d10a72;p=clitk.git diff --git a/vv/vvToolSegmentation.h b/vv/vvToolSegmentation.h index ba5eb5b..7e49dc4 100644 --- a/vv/vvToolSegmentation.h +++ b/vv/vvToolSegmentation.h @@ -18,10 +18,11 @@ #ifndef VVTOOLSEGMENTATION_H #define VVTOOLSEGMENTATION_H -#if QT_VERSION < 0x050000 -#include -#else +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h"