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

@@ -26,6 +26,7 @@
#ifndef _PreComp_
# include <cstdlib>
# include <memory>
# include <Python.h>
# include <Bnd_Box.hxx>
# include <BRep_Tool.hxx>
# include <BRepBndLib.hxx>