X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolWidgetBase.h;h=915600e478b96e677f4038745ab2bbbcd341db45;hb=3c408355c0ce7a9927b16e9bd98764c995d10a72;hp=d9bd2f3322e992d202d7318ca39d6d97490bcb15;hpb=3a823a03d4a2217e41e4dd3b05a8ea825bb762a5;p=clitk.git diff --git a/vv/vvToolWidgetBase.h b/vv/vvToolWidgetBase.h index d9bd2f3..915600e 100644 --- a/vv/vvToolWidgetBase.h +++ b/vv/vvToolWidgetBase.h @@ -19,7 +19,11 @@ #ifndef VVTOOLWIDGETBASE_H #define VVTOOLWIDGETBASE_H +#if QT_VERSION < 0x050000 +#include +#else #include +#endif #include "ui_vvToolWidgetBase.h" #include "clitkImageToImageGenericFilter.h"