Skip to content

For Pybind11 bindings, swap the include ordering for utility and python

T.J. Corona requested to merge tjcorona/smtk:python-include-ordering-fix into master

Python headers set variables that contradict with system headers on some machines, resulting in redefinition warnings. This MR switches the order of includes to have python headers precede system headers, removing this warning.

Merge request reports