Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / AdvancedEngine / AdvancedEngine_IOperations.hxx
index 939dd0171c79308f0b3af98c8fad1cf153c68312..8a28dded39f65272c8e8dabec5e26c415e3fa2e6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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);