X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolWidgetBase.h;h=7a3a5dfdc6e6ac692b58641e628250c72f4cb535;hb=64ce9a10a07e7e5ab78e8b70928653e064763d61;hp=2f33110aa9f0103712e1645d5031db98595eb6e5;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvToolWidgetBase.h b/vv/vvToolWidgetBase.h index 2f33110..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"