PythonQt
PythonQt copied to clipboard
Fix build for 5.10 and rearrange headers
The headers are rearranged to have the Python.h header included stl or Qt (quoting from https://docs.python.org/2/c-api/intro.html)
Since Python may define some pre-processor definitions which affect the standard headers on some systems, you must include Python.h before any standard headers are included.