fix compiler warnings with py3 and msvc

This commit is contained in:
wmayer
2018-04-16 18:24:53 +02:00
parent 75c2f9ddbf
commit 5ff6945577
41 changed files with 35 additions and 20 deletions

View File

@@ -29,6 +29,7 @@
# include <TColgp_Array1OfPnt.hxx>
# include <TopoDS.hxx>
# include <TopExp_Explorer.hxx>
# include <Python.h>
# include <Inventor/nodes/SoComplexity.h>
# include <Inventor/nodes/SoCoordinate3.h>
# include <Inventor/nodes/SoDrawStyle.h>