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