Fem: include Python.h before any vtk headers to fix compiler warnings

This commit is contained in:
wmayer
2022-03-24 20:05:27 +01:00
parent 6abef5bee1
commit ee28112968
10 changed files with 9 additions and 17 deletions

View File

@@ -25,6 +25,7 @@
#include <SMESH_Version.h>
#ifndef _PreComp_
# include <Python.h>
# include <SMESH_Gen.hxx>
# include <SMESHDS_Mesh.hxx>
# include <SMESH_Mesh.hxx>