mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Fix Python compilation
This commit is contained in:
parent
8d229bbd1f
commit
ec25237027
@ -51,7 +51,7 @@
|
||||
|
||||
// Have to be included before std headers
|
||||
// #include <Python.h>
|
||||
#include <structmember.h>
|
||||
// #include <structmember.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
// Have to be included before std headers
|
||||
// #include <Python.h>
|
||||
#include <structmember.h>
|
||||
// #include <structmember.h>
|
||||
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
|
Loading…
Reference in New Issue
Block a user