X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMIP.h;h=e915525cb03814924ad482f8394d6d3d066babcb;hb=41796e945c3027937cedda97d1762bc0a5193c3c;hp=d3c6f7c7be74a921e59fd6d8b3242f21c686b7a1;hpb=3c408355c0ce7a9927b16e9bd98764c995d10a72;p=clitk.git diff --git a/vv/vvToolMIP.h b/vv/vvToolMIP.h index d3c6f7c..e915525 100644 --- a/vv/vvToolMIP.h +++ b/vv/vvToolMIP.h @@ -47,10 +47,11 @@ along with this program. If not, see . #include -#if QT_VERSION < 0x050000 -#include -#else +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h" #include "QWidget"