Fem: [skip ci] include Python.h before vtk headers to fix a warning with clang/MSYS2

This commit is contained in:
wmayer
2022-11-08 10:45:23 +01:00
parent 1694f1e0db
commit 5225a5f904
5 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
# include <cstdlib>
# include <map>
# include <memory>
# include <Python.h>
# include <SMESH_Mesh.hxx>
# include <SMESHDS_Mesh.hxx>