Salome HOME
Merge from BR_PORTING_VTK6 01/03/2013
[modules/gui.git] / src / VTKViewer / VTKViewer_CellLocationsArray.h
index 7cfb3e88c72de3d4b987b0b650df81914efb270b..2d3d7bff1df7b4014189e5180322d0f205ab84a2 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "VTKViewer.h"
 
+#include <vtkVersion.h>
+
 #if ((VTK_MAJOR_VERSION == 4) &&  (VTK_MINOR_VERSION >= 4)) || (VTK_MAJOR_VERSION > 4)
 #  include <vtkIdTypeArray.h>
 #  define TCellLocationsArray vtkIdTypeArray