X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_GeomTool.h;h=17d48314b19a630540a087552ff36c7d0957c5b4;hb=89c7928d864f9be4f35aaa7409896c264849f273;hp=2ffa63cffd7b3139e3b7ddae9b215969e4fd1c0b;hpb=1ec21a43c69aaa22c485cb0411eeffb5da839f24;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_GeomTool.h b/src/HYDROData/HYDROData_GeomTool.h index 2ffa63cf..17d48314 100644 --- a/src/HYDROData/HYDROData_GeomTool.h +++ b/src/HYDROData/HYDROData_GeomTool.h @@ -21,6 +21,7 @@ #include "HYDROData.h" #include +#include #ifdef WIN32 #pragma warning ( disable: 4251 ) @@ -117,7 +118,7 @@ public: static GEOM::GEOM_Object_ptr ExplodeShapeInGEOMandPublish( GEOM::GEOM_Gen_var theGeomEngine, SALOMEDS::Study_ptr theStudy, const TopoDS_Shape& theShape, - const NCollection_IndexedDataMap& aFacesToNameModif, + const NCollection_IndexedDataMap& aShToNameModif, const QString& theName, QString& theGeomObjEntry);