X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolFooWithWidgetBase.h;h=3458f9250170a913b8085df573025b5d7ddfdd36;hb=c99626f17e07dbde440eb40a25683ce441a49a6e;hp=0d07efd6f7e0773234a1cb77269b9e4bc16c721a;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvToolFooWithWidgetBase.h b/vv/vvToolFooWithWidgetBase.h index 0d07efd..3458f92 100644 --- a/vv/vvToolFooWithWidgetBase.h +++ b/vv/vvToolFooWithWidgetBase.h @@ -17,7 +17,11 @@ ===========================================================================**/ #ifndef VVTOOLFOO_H #define VVTOOLFOO_H +#if QT_VERSION >= 0x050000 +#include +#else #include +#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h"