X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.h;h=964b9c81219d6075c23545411a1b9ac7d6f2b3f5;hb=d1dc57c5af88ff53c75904b1dd55722f9631a21e;hp=93d79f468924a4d7961ad9cb39c58ef8c88e5e47;hpb=3a823a03d4a2217e41e4dd3b05a8ea825bb762a5;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"