X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMIP.h;h=e915525cb03814924ad482f8394d6d3d066babcb;hb=HEAD;hp=af7e1f7792488eb369457c12f7a48e2827393629;hpb=c234e07e4ef90bb8b08c75ca4f1b3a76055e7859;p=clitk.git diff --git a/vv/vvToolMIP.h b/vv/vvToolMIP.h index af7e1f7..e915525 100644 --- a/vv/vvToolMIP.h +++ b/vv/vvToolMIP.h @@ -48,10 +48,10 @@ along with this program. If not, see . #include #include -#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h" #include "QWidget"