X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FDriverSTL%2FDriverSTL_R_SMDS_Mesh.cxx;h=e5d260feb6c97bed9ab2f2afa64c5b841a713fdd;hb=1067ffa6e7e5c394e3a1b17219d8b355a57607cd;hp=2687363db2af85b6a697870f5dbec728d56e99d0;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;p=modules%2Fsmesh.git diff --git a/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cxx b/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cxx index 2687363db..e5d260feb 100644 --- a/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cxx +++ b/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cxx @@ -22,6 +22,8 @@ #include #include +#include + //======================================================================= //function : HashCode //purpose : @@ -104,6 +106,8 @@ void DriverSTL_R_SMDS_Mesh::SetIsCreateFaces( const bool theIsCreate ) Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform() { + Kernel_Utils::Localizer loc; + Status aResult = DRS_OK; TCollection_AsciiString aFileName( (char *)myFile.c_str() );