{
BRepBuilderAPI_MakeWire newWire;
- typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLink > TSeg2EdgeMap;
+ typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLinkHasher > TSeg2EdgeMap;
TSeg2EdgeMap seg2EdgeMap;
TopoDS_Iterator edgeIt( wire );
// E.A. : On windows with python 2.6, there is a conflict
// E.A. : between pymath.h and Standard_math.h which define
// E.A. : some same symbols : acosh, asinh, ...
-#include <Standard_math.hxx>
+#include <Standard_Real.hxx>
#include <Python.h>
#include <pymath.h>
#endif
#include <Python.h>
#ifdef WIN32
- // E.A. : On windows with python 2.6, there is a conflict
- // E.A. : between pymath.h and Standard_math.h which define
- // E.A. : some same symbols : acosh, asinh, ...
- #include <Standard_math.hxx>
- #include <pymath.h>
+// E.A. : On windows with python 2.6, there is a conflict
+// E.A. : between pymath.h and Standard_math.h which define
+// E.A. : some same symbols : acosh, asinh, ...
+#include <Standard_Real.hxx>
+#include <pymath.h>
#endif
#include <QItemDelegate>