Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / AdvancedEngine / AdvancedEngine_IOperations.hxx
index 98bfaeabccee6108b30826ba4bf3e6b8873d451b..8a28dded39f65272c8e8dabec5e26c415e3fa2e6 100644 (file)
@@ -28,6 +28,9 @@
 #include "GEOM_Engine.hxx"
 #include "GEOM_Object.hxx"
 
+#include <TopTools_ListOfShape.hxx>
+#include <Geom_Surface.hxx>
+
 #include <list>
 #include <gp_Ax2.hxx>
 
@@ -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);