X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLabelImageLoaderWidget.h;h=178acb2a07f48fd55eb3d70ff40e417494cbe93e;hb=266d6bcb4df9306d4c93cd0229cb59d7811d9825;hp=ff7446440ad05db029614ace3795b500fa5fb407;hpb=d6a6a206c0a533a60519e9b3e82fba48d1240c3e;p=clitk.git diff --git a/vv/vvLabelImageLoaderWidget.h b/vv/vvLabelImageLoaderWidget.h index ff74464..178acb2 100644 --- a/vv/vvLabelImageLoaderWidget.h +++ b/vv/vvLabelImageLoaderWidget.h @@ -23,7 +23,12 @@ #include "vvImage.h" // qt +#include +#if QT_VERSION >= 0x050000 #include +#else +#include +#endif #include #include "ui_vvLabelImageLoaderWidget.h"