X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.h;h=964b9c81219d6075c23545411a1b9ac7d6f2b3f5;hb=0e51b8dde15bfe59437d6f351c516f4137faf631;hp=93d79f468924a4d7961ad9cb39c58ef8c88e5e47;hpb=d6a6a206c0a533a60519e9b3e82fba48d1240c3e;p=clitk.git diff --git a/vv/vvToolImageArithm.h b/vv/vvToolImageArithm.h index 93d79f4..964b9c8 100644 --- a/vv/vvToolImageArithm.h +++ b/vv/vvToolImageArithm.h @@ -17,7 +17,13 @@ ===========================================================================**/ #ifndef VVTOOLImageArithm_H #define VVTOOLImageArithm_H + +#include +#if QT_VERSION >= 0x050000 #include +#else +#include +#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h"