new compiler gcc 3.4.1 (definition of the implementation methods must be before templates (from TCollection) definition)
#include <stdio.h>
+
#include "DriverSTL_R_SMDS_Mesh.h"
#include "SMDS_Mesh.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMDS_MeshNode.hxx"
-#include <gp_Pnt.hxx>
#include <OSD_Path.hxx>
#include <OSD_File.hxx>
#include <OSD_FromWhere.hxx>
#include <OSD_SingleProtection.hxx>
#include <NCollection_DataMap.hxx>
#include <Standard_NoMoreObject.hxx>
-
#include "utilities.h"
static const int HEADER_SIZE = 84;
#include "Driver_SMDS_Mesh.h"
#include <Standard_TypeDef.hxx>
+#include <gp_Pnt.hxx>
class DriverSTL_R_SMDS_Mesh: public Driver_SMDS_Mesh
{
bool myIsAscii;
};
+// mpv: for compatibility with Mandrake 10.1 compiler
+inline Standard_Integer HashCode (const gp_Pnt& point, const Standard_Integer Upper);
+inline Standard_Boolean IsEqual (const gp_Pnt& point1, const gp_Pnt& point2);
+
#endif