Fem: Python header must be included before vtk headers to avoid re-definition of macro _LARGEFILE_SOURCE

This commit is contained in:
wmayer
2020-10-18 14:44:25 +02:00
parent 8ffbabb605
commit a96f6619a7
9 changed files with 9 additions and 0 deletions

View File

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