mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 08:30:33 +05:00
[bos #41189]: ensure compatibility with Python 3.9+
This commit is contained in:
parent
e3ce834889
commit
1c23b5428c
@ -25,7 +25,8 @@
|
||||
// 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>
|
||||
#include <Python.h>
|
||||
#include <pymath.h>
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
Loading…
Reference in New Issue
Block a user