X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLabelImageLoaderWidget.h;h=0477ca606a4c5497fab91b5985c6b5b0100a08e3;hb=f396442c6161cc824a1794863c0d98322ed1d9b5;hp=ff7446440ad05db029614ace3795b500fa5fb407;hpb=3a823a03d4a2217e41e4dd3b05a8ea825bb762a5;p=clitk.git diff --git a/vv/vvLabelImageLoaderWidget.h b/vv/vvLabelImageLoaderWidget.h index ff74464..0477ca6 100644 --- a/vv/vvLabelImageLoaderWidget.h +++ b/vv/vvLabelImageLoaderWidget.h @@ -23,7 +23,12 @@ #include "vvImage.h" // qt +#include +#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) +#include +#else #include +#endif #include #include "ui_vvLabelImageLoaderWidget.h"