]> Creatis software - gdcm.git/blobdiff - vtk/vtkgdcmViewer.cxx
For vtk prior to vtk 4.2.5
[gdcm.git] / vtk / vtkgdcmViewer.cxx
index e80aa55c9df02aa5953b6c28dce4ff52b365f2d5..816192e7f80fe736cdc13960a7fec8b90c70f458 100644 (file)
 
 #include "vtkGdcmReader.h"
 
+#ifndef vtkFloatingPointType
+#define vtkFloatingPointType float
+#endif
+
 //----------------------------------------------------------------------------
 // Callback for the interaction
 class vtkgdcmObserver : public vtkCommand