]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
To avoid compilation errors.
authorapo <apo@opencascade.com>
Fri, 3 Feb 2006 10:29:11 +0000 (10:29 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Feb 2006 10:29:11 +0000 (10:29 +0000)
vtkProperty header file is removed from VTKViewer_Actor header file.

src/OBJECT/GEOM_Actor.cxx
src/OBJECT/GEOM_AssemblyBuilder.cxx

index e16b174ba2a27eb17808357042eee5eaef78d1f3..d549193b17b801fe7ff15cbfc11e665b05457bf7 100644 (file)
@@ -42,6 +42,7 @@
 #include <vtkMatrix4x4.h>
 #include <vtkMath.h>
 
+#include <vtkProperty.h>
 #include <vtkRenderer.h>
 #include <vtkCamera.h>
 
index a44aa7dbf8cdd99b2deba015a93a1936362b4659..006e591c419f767f9eebf6c3bc0907bcfe14e779 100644 (file)
@@ -33,7 +33,8 @@
 
 #include "GEOM_AssemblyBuilder.h"
 #include "GEOM_Actor.h"
-#include "utilities.h"
+
+#include <vtkProperty.h>
 
 // Open CASCADE Includes
 #include <TopExp_Explorer.hxx>
@@ -47,6 +48,8 @@
 #include <TopTools_ListOfShape.hxx>
 #include <TopoDS_Iterator.hxx>
 
+#include "utilities.h"
+
 using namespace std;
 // SALOME