Salome HOME
[Bug SMESH4830] bug in instal with gcc 2.95. Bug fixed.
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index 07385dc9062eae6641fe131e6a71ea4abaa154fe..ca5172d4ea189edb913ac332e424e4c78f930e2c 100644 (file)
@@ -28,6 +28,9 @@
 #include "SMDS_HexahedronOfNodes.hxx"
 #include "SMDS_FaceOfEdges.hxx"
 
+#include <algorithm>
+using namespace std;
+
 ///////////////////////////////////////////////////////////////////////////////
 /// Create a new mesh object
 ///////////////////////////////////////////////////////////////////////////////