X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSimpleInputSelectorWidget.h;h=46040e4b70cea25b263c84f608df13902018cfc0;hb=c74c7098e31ec54ac50aa2aff5dc1c21bc4179c8;hp=3cbc63e80de88f3371edcb4262decc042e003da6;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvToolSimpleInputSelectorWidget.h b/vv/vvToolSimpleInputSelectorWidget.h index 3cbc63e..46040e4 100644 --- a/vv/vvToolSimpleInputSelectorWidget.h +++ b/vv/vvToolSimpleInputSelectorWidget.h @@ -17,7 +17,13 @@ ===========================================================================**/ #ifndef VVTOOLSIMPLEINPUTSELECTORWIDGET_H #define VVTOOLSIMPLEINPUTSELECTORWIDGET_H + +#include +#if QT_VERSION < 0x050000 #include +#else +#include +#endif #include #include "ui_vvToolSimpleInputSelectorWidget.h"