X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolHistogram.h;h=437e4e6e04ef5ba9bf7ea7ef6fef5cf941e9a82b;hb=ec05c5b4385b34858d6ddd47b91ed1d78dc9615c;hp=ce58d079d62cdabebe1b981c7529b461911f7c6b;hpb=dd52aaffdda312ae9a4b8028fe1e94ac7a0e1b89;p=clitk.git diff --git a/vv/vvToolHistogram.h b/vv/vvToolHistogram.h index ce58d07..437e4e6 100644 --- a/vv/vvToolHistogram.h +++ b/vv/vvToolHistogram.h @@ -19,7 +19,11 @@ #define VVTOOLHISTOGRAM_H #include +#if QT_VERSION >= 0x050000 +#include +#else #include +#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h"