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