[Bug SMESH4830] bug in instal with gcc 2.95. Bug fixed.

Note: SGI say that <algorithm> is requiered to use set_intersection (see http://www.sgi.com/tech/stl/set_intersection.html).
This commit is contained in:
jrt 2004-01-05 09:05:43 +00:00
parent 47e405c5ea
commit fad0769be8
2 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,9 @@
#include "SMDS_HexahedronOfNodes.hxx" #include "SMDS_HexahedronOfNodes.hxx"
#include "SMDS_FaceOfEdges.hxx" #include "SMDS_FaceOfEdges.hxx"
#include <algorithm>
using namespace std;
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
/// Create a new mesh object /// Create a new mesh object
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -26,9 +26,8 @@
// Module : SMESH // Module : SMESH
// $Header: // $Header:
using namespace std;
#include "SMESHDS_Document.hxx" #include "SMESHDS_Document.hxx"
#include <utilities.h> #include "utilities.h"
//======================================================================= //=======================================================================
//function : Create //function : Create