fix compiler warnings with py3 and msvc

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

View File

@@ -30,6 +30,7 @@
#include <float.h>
#include <algorithm>
#include <map>
#include <Python.h>
#include <Inventor/SoPickedPoint.h>
#include <Inventor/SoPrimitiveVertex.h>
#include <Inventor/actions/SoCallbackAction.h>