+ fix build problems with Python & MacOSX

This commit is contained in:
wmayer
2014-10-13 22:02:57 +02:00
parent a53a239f2f
commit a96f390097
9 changed files with 26 additions and 15 deletions

View File

@@ -23,7 +23,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <Python.h>
#include <gp_Ax1.hxx>
#include <gp_Ax3.hxx>
#include <gp_Dir.hxx>
@@ -37,6 +36,7 @@
#include <Inventor/events/SoMouseButtonEvent.h>
#endif
#include <CXX/WrapPython.h>
#include <Base/Interpreter.h>
#include <Base/Rotation.h>
#include <Base/Tools.h>