X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSegmentation.h;h=4801403541d1aca2539637b18729b223ac8a3791;hb=7799c187328c3c00f84f820adb9341ca632f78ff;hp=5cd6e404b81d952b4237bd280b9378459a5b9521;hpb=401388055a9276c211c06f7f82ea5a0869ca3728;p=clitk.git diff --git a/vv/vvToolSegmentation.h b/vv/vvToolSegmentation.h index 5cd6e40..4801403 100644 --- a/vv/vvToolSegmentation.h +++ b/vv/vvToolSegmentation.h @@ -18,7 +18,12 @@ #ifndef VVTOOLSEGMENTATION_H #define VVTOOLSEGMENTATION_H +#include +#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) #include +#else +#include +#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h"