mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
[bos #41189]: ensure compatibility with Python 3.9+
This commit is contained in:
parent
c13ae14b5a
commit
20db2ca25d
@ -25,10 +25,12 @@
|
|||||||
// E.A. : between pymath.h and Standard_math.h which define
|
// E.A. : between pymath.h and Standard_math.h which define
|
||||||
// E.A. : some same symbols : acosh, asinh, ...
|
// E.A. : some same symbols : acosh, asinh, ...
|
||||||
#include <Standard_math.hxx>
|
#include <Standard_math.hxx>
|
||||||
|
#include <Python.h>
|
||||||
#include <pymath.h>
|
#include <pymath.h>
|
||||||
|
#else
|
||||||
|
#include <Python.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Python.h>
|
|
||||||
#include <structmember.h>
|
#include <structmember.h>
|
||||||
|
|
||||||
#ifdef HAVE_FINITE
|
#ifdef HAVE_FINITE
|
||||||
|
Loading…
Reference in New Issue
Block a user