From: apo Date: Fri, 3 Feb 2006 10:29:11 +0000 (+0000) Subject: To avoid compilation errors. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e043c773bb60f0baf8f9f0db5c06ef1334f69df6;p=modules%2Fgeom.git To avoid compilation errors. vtkProperty header file is removed from VTKViewer_Actor header file. --- diff --git a/src/OBJECT/GEOM_Actor.cxx b/src/OBJECT/GEOM_Actor.cxx index e16b174ba..d549193b1 100644 --- a/src/OBJECT/GEOM_Actor.cxx +++ b/src/OBJECT/GEOM_Actor.cxx @@ -42,6 +42,7 @@ #include #include +#include #include #include diff --git a/src/OBJECT/GEOM_AssemblyBuilder.cxx b/src/OBJECT/GEOM_AssemblyBuilder.cxx index a44aa7dbf..006e591c4 100644 --- a/src/OBJECT/GEOM_AssemblyBuilder.cxx +++ b/src/OBJECT/GEOM_AssemblyBuilder.cxx @@ -33,7 +33,8 @@ #include "GEOM_AssemblyBuilder.h" #include "GEOM_Actor.h" -#include "utilities.h" + +#include // Open CASCADE Includes #include @@ -47,6 +48,8 @@ #include #include +#include "utilities.h" + using namespace std; // SALOME