Note: SGI say that <algorithm> is requiered to use set_intersection (see http://www.sgi.com/tech/stl/set_intersection.html).
#include "SMDS_HexahedronOfNodes.hxx"
#include "SMDS_FaceOfEdges.hxx"
+#include <algorithm>
+using namespace std;
+
///////////////////////////////////////////////////////////////////////////////
/// Create a new mesh object
///////////////////////////////////////////////////////////////////////////////
// Module : SMESH
// $Header:
-using namespace std;
#include "SMESHDS_Document.hxx"
-#include <utilities.h>
+#include "utilities.h"
//=======================================================================
//function : Create