From: malaterre Date: Sun, 18 Apr 2004 03:26:22 +0000 (+0000) Subject: For vtk prior to vtk 4.2.5 X-Git-Tag: Version0.5.bp~251 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=8d14e931881e7c673b2346ff76f56449c939876e;p=gdcm.git For vtk prior to vtk 4.2.5 --- diff --git a/vtk/vtkgdcmViewer.cxx b/vtk/vtkgdcmViewer.cxx index e80aa55c..816192e7 100644 --- a/vtk/vtkgdcmViewer.cxx +++ b/vtk/vtkgdcmViewer.cxx @@ -11,6 +11,10 @@ #include "vtkGdcmReader.h" +#ifndef vtkFloatingPointType +#define vtkFloatingPointType float +#endif + //---------------------------------------------------------------------------- // Callback for the interaction class vtkgdcmObserver : public vtkCommand