From: eap Date: Thu, 10 Sep 2009 08:11:20 +0000 (+0000) Subject: 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode X-Git-Tag: V4_1_0_maintainance_FINAL~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2193cb651fb671aaca67179894ff368d743a700;p=modules%2Fsmesh.git 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode +#include --- diff --git a/src/SMESH/SMESH_MeshEditor.cxx b/src/SMESH/SMESH_MeshEditor.cxx index 45389c38a..58df36040 100644 --- a/src/SMESH/SMESH_MeshEditor.cxx +++ b/src/SMESH/SMESH_MeshEditor.cxx @@ -79,6 +79,7 @@ #include #include #include +#include #define cast2Node(elem) static_cast( elem )