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

@@ -26,6 +26,7 @@
# include <algorithm>
# include <QFileInfo>
# include <QInputDialog>
# include <Python.h>
# include <Inventor/events/SoMouseButtonEvent.h>
#endif

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/nodes/SoCoordinate3.h>
# include <Inventor/nodes/SoDrawStyle.h>