From f9093c31a8260bc547259416c6f9860cc1ee59fb Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 28 Mar 2014 14:25:42 +0400 Subject: [PATCH] Fix compilation problem with the DEV OCCT --- src/OBJECT/GEOM_AISShape.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/OBJECT/GEOM_AISShape.hxx b/src/OBJECT/GEOM_AISShape.hxx index 5631b51c0..b2881d2c6 100644 --- a/src/OBJECT/GEOM_AISShape.hxx +++ b/src/OBJECT/GEOM_AISShape.hxx @@ -50,8 +50,8 @@ #ifndef _Standard_Boolean_HeaderFile #include #endif -#ifndef _Handle_PrsMgr_PresentationManager3d_HeaderFile -#include +#ifndef _PrsMgr_PresentationManager_HeaderFile +#include #endif #ifndef _Handle_Prs3d_Presentation_HeaderFile #include @@ -65,7 +65,6 @@ #include #include -class PrsMgr_PresentationManager3d; class Prs3d_Presentation; class SALOME_InteractiveObject; class TopoDS_Shape; -- 2.30.2