[bos #41189]: ensure compatibility with Python 3.9+

This commit is contained in:
Nabil Ghodbane 2024-03-19 16:18:55 +01:00
parent e3ce834889
commit 1c23b5428c

View File

@ -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>