X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.h;h=964b9c81219d6075c23545411a1b9ac7d6f2b3f5;hb=632adadb8b9230458aeab8ddccc736d674edc87a;hp=7e558f34d3fb1a605cc9fe30c9c9bf63a4603368;hpb=3c408355c0ce7a9927b16e9bd98764c995d10a72;p=clitk.git diff --git a/vv/vvToolImageArithm.h b/vv/vvToolImageArithm.h index 7e558f3..964b9c8 100644 --- a/vv/vvToolImageArithm.h +++ b/vv/vvToolImageArithm.h @@ -18,10 +18,11 @@ #ifndef VVTOOLImageArithm_H #define VVTOOLImageArithm_H -#if QT_VERSION < 0x050000 -#include -#else +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h"