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 f9363d3140
commit c1bfec1d1a
5 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/FileInfo.h>