From: vsr Date: Tue, 8 Dec 2009 16:18:42 +0000 (+0000) Subject: Merge from V5_1_3_BR branch (07/12/09) X-Git-Tag: V6_0_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3171b832ad8d291faccdfa9b59a5596b9f9d9f98;p=plugins%2Fghs3dplugin.git Merge from V5_1_3_BR branch (07/12/09) --- diff --git a/src/GHS3DPlugin_GHS3D.cxx b/src/GHS3DPlugin_GHS3D.cxx index 481b72e..dc7045d 100644 --- a/src/GHS3DPlugin_GHS3D.cxx +++ b/src/GHS3DPlugin_GHS3D.cxx @@ -28,6 +28,8 @@ #include "GHS3DPlugin_Hypothesis.hxx" +#include + #include "SMESH_Gen.hxx" #include "SMESH_Mesh.hxx" #include "SMESH_Comment.hxx" @@ -745,6 +747,7 @@ static bool readResultFile(const int fileOpen, int nbEnforcedVertices) { MESSAGE("GHS3DPlugin_GHS3D::readResultFile()"); + Kernel_Utils::Localizer loc; struct stat status; size_t length; @@ -991,6 +994,7 @@ static bool readResultFile(const int fileOpen, vector & theNodeByGhs3dId, int nbEnforcedVertices) { + Kernel_Utils::Localizer loc; struct stat status; size_t length; diff --git a/src/Makefile.am b/src/Makefile.am index 1986df6..35b69da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -63,4 +63,4 @@ libGHS3DEngine_la_LDFLAGS = \ ../idl/libSalomeIDLGHS3DPLUGIN.la \ $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \ $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lSMESHDS -lSMDS \ - $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace + $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace -lSALOMEBasics