X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolWidgetBase.h;h=7a3a5dfdc6e6ac692b58641e628250c72f4cb535;hb=21be2c50d2c1fc6f2f02beabe18831f505bdee14;hp=8e5405a674e69111748a5a6fe1697b3a81f02249;hpb=c45f077f35553cdc72396626ac601080093d273b;p=clitk.git diff --git a/vv/vvToolWidgetBase.h b/vv/vvToolWidgetBase.h index 8e5405a..7a3a5df 100644 --- a/vv/vvToolWidgetBase.h +++ b/vv/vvToolWidgetBase.h @@ -20,7 +20,11 @@ #define VVTOOLWIDGETBASE_H #include +#if QT_VERSION >= 0x050000 +#include +#else #include +#endif #include "ui_vvToolWidgetBase.h" #include "clitkImageToImageGenericFilter.h"