From 8d14e931881e7c673b2346ff76f56449c939876e Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 18 Apr 2004 03:26:22 +0000 Subject: [PATCH] For vtk prior to vtk 4.2.5 --- vtk/vtkgdcmViewer.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.45.2