Skip to content

Fix python_coupling on recent macOS

Michael Kuron requested to merge mac-python into master

python_coupling gets built when you enable codegen, even if you don't need it. And it turns out that recent versions of macOS have rearranged headers in some way that the <string> is missing in one file now.

Merge request reports