X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FAdvancedEngine%2FAdvancedEngine_IOperations.hxx;h=8a28dded39f65272c8e8dabec5e26c415e3fa2e6;hb=2736f682fe0d63fbaf9dff49c46b4fa6c23d72ce;hp=98bfaeabccee6108b30826ba4bf3e6b8873d451b;hpb=8370b4a1c488f6ef18d8944869d6a8cd3a2d18d2;p=modules%2Fgeom.git diff --git a/src/AdvancedEngine/AdvancedEngine_IOperations.hxx b/src/AdvancedEngine/AdvancedEngine_IOperations.hxx index 98bfaeabc..8a28dded3 100644 --- a/src/AdvancedEngine/AdvancedEngine_IOperations.hxx +++ b/src/AdvancedEngine/AdvancedEngine_IOperations.hxx @@ -28,6 +28,9 @@ #include "GEOM_Engine.hxx" #include "GEOM_Object.hxx" +#include +#include + #include #include @@ -40,8 +43,6 @@ class GEOMImpl_I3DPrimOperations; class GEOMImpl_ILocalOperations; class GEOMImpl_IHealingOperations; class GEOMImpl_IGroupOperations; -class Handle_Geom_Surface; -class TopTools_ListOfShape; class ADVANCEDENGINE_EXPORT AdvancedEngine_IOperations: public GEOM_IOperations { @@ -71,7 +72,7 @@ private: gp_Trsf aTrsf); bool GetFacesOnSurf(const TopoDS_Shape &theShape, - const Handle_Geom_Surface& theSurface, + const Handle(Geom_Surface)& theSurface, const Standard_Real theTolerance, TopTools_ListOfShape &theFaces);