Skip to content

Include boost/python/…/wrap_python.hpp instead of Python.h. Always as first...

Janek Kozicki requested to merge fixIncludePython into master

Include boost/python/…/wrap_python.hpp instead of Python.h. Always as first one. See https://www.boost.org/doc/libs/1_71_0/libs/python/doc/html/building/include_issues.html

If we had build problems on other architectures, like sparc or arm, this MR may fix it.

Merge request reports