X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.h;h=964b9c81219d6075c23545411a1b9ac7d6f2b3f5;hb=f3b20077dc1019a4e5100f20dd6875d1e6327c9a;hp=81919ceb0dbf8f5b013e19ae141d9c93165bef33;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvToolImageArithm.h b/vv/vvToolImageArithm.h index 81919ce..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"