From: rnv Date: Fri, 28 Mar 2014 10:25:42 +0000 (+0400) Subject: Fix compilation problem with the DEV OCCT X-Git-Tag: V7_4_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f9093c31a8260bc547259416c6f9860cc1ee59fb;p=modules%2Fgeom.git Fix compilation problem with the DEV OCCT --- 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;