X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.h;h=964b9c81219d6075c23545411a1b9ac7d6f2b3f5;hb=f4eb79e1b67e9c592a1deba19aa94af365bf2df9;hp=e4f1b3422694383bcf0da2e0ce176eaed683e4e7;hpb=ff4e821006c760607319ef7cc58dd9f4f17a7098;p=clitk.git diff --git a/vv/vvToolImageArithm.h b/vv/vvToolImageArithm.h index e4f1b34..964b9c8 100644 --- a/vv/vvToolImageArithm.h +++ b/vv/vvToolImageArithm.h @@ -19,10 +19,10 @@ #define VVTOOLImageArithm_H #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h"