X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSurfaceViewerDialog.h;h=f53c9bb5ba0fdb0a93e02782e4c21a2960c38004;hb=900cc695b2a13048aca50fd5aba0d27a6ddf5a44;hp=f6a440fbcfd5e6f5b565c5068e42a77ef903adb5;hpb=7799c187328c3c00f84f820adb9341ca632f78ff;p=clitk.git diff --git a/vv/vvSurfaceViewerDialog.h b/vv/vvSurfaceViewerDialog.h index f6a440f..f53c9bb 100644 --- a/vv/vvSurfaceViewerDialog.h +++ b/vv/vvSurfaceViewerDialog.h @@ -23,10 +23,10 @@ class vtkPolyDataMapper; class vtkActor; class vtkOBJReader; -#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include