X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSurfaceViewerDialog.h;h=f6a440fbcfd5e6f5b565c5068e42a77ef903adb5;hb=c234e07e4ef90bb8b08c75ca4f1b3a76055e7859;hp=88a75a6924081fd4eca777d21dbed1c311dffac6;hpb=1eb88e752e0985548fc83742ed92ab395f9c77fc;p=clitk.git diff --git a/vv/vvSurfaceViewerDialog.h b/vv/vvSurfaceViewerDialog.h index 88a75a6..f6a440f 100644 --- a/vv/vvSurfaceViewerDialog.h +++ b/vv/vvSurfaceViewerDialog.h @@ -23,7 +23,11 @@ class vtkPolyDataMapper; class vtkActor; class vtkOBJReader; +#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) #include +#else +#include +#endif #include //====================================================================