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

@@ -26,6 +26,7 @@
#ifndef _PreComp_
# include <algorithm>
# include <stdexcept>
# include <Python.h>
# include <SMESH_Gen.hxx>
# include <SMESH_Group.hxx>
# include <SMESH_Mesh.hxx>