]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix compilation error.
authorrnv <rnv@opencascade.com>
Sun, 4 May 2008 12:31:48 +0000 (12:31 +0000)
committerrnv <rnv@opencascade.com>
Sun, 4 May 2008 12:31:48 +0000 (12:31 +0000)
src/CONVERTOR/VISU_ElnoMeshValue.hxx
src/PIPELINE/VISU_DataSetMapperHolder.cxx

index 0130d90742278dfcd75b03ce753135668b17b7b6..42e4699b426e722e509ff700b1111c338a5a95f4 100644 (file)
@@ -26,8 +26,8 @@
 #define VISU_ElnoMeshValue_HeaderFile
 
 #include "VISU_VTKTypeList.hxx"
+#include <vtkDataSetAttributes.h>
 
-class vtkDataSetAttributes;
 
 /*! 
   \file VISU_ElnoMeshValue.hxx
index 476a5b764a2fff70c2db4d7326eed5bfe8dbf515..4a9adf0a8fe2a620628bc330ee340ee8b36d2aef 100644 (file)
@@ -42,6 +42,8 @@
 #include <vtkImplicitFunctionCollection.h>
 #include <vtkMath.h>
 
+#include <cmath>
+
 #ifdef _DEBUG_
 static int MYDEBUG = 0;
 #else