Fix Python compilation

This commit is contained in:
Louis Gombert 2024-08-26 14:42:33 +00:00
parent 8d229bbd1f
commit ec25237027
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
// Have to be included before std headers // Have to be included before std headers
// #include <Python.h> // #include <Python.h>
#include <structmember.h> // #include <structmember.h>
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>

View File

@ -36,7 +36,7 @@
// Have to be included before std headers // Have to be included before std headers
// #include <Python.h> // #include <Python.h>
#include <structmember.h> // #include <structmember.h>
#include <vector> #include <vector>
#include <cmath> #include <cmath>