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

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
# include <vtkPolyData.h>
# include <vtkStructuredGrid.h>
# include <vtkRectilinearGrid.h>