From e043c773bb60f0baf8f9f0db5c06ef1334f69df6 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 3 Feb 2006 10:29:11 +0000 Subject: [PATCH] To avoid compilation errors. vtkProperty header file is removed from VTKViewer_Actor header file. --- src/OBJECT/GEOM_Actor.cxx | 1 + src/OBJECT/GEOM_AssemblyBuilder.cxx | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2