+ 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

@@ -27,7 +27,6 @@
# include <config.h>
#endif // HAVE_CONFIG_H
#include <Python.h>
#include <QApplication>
#include <QIcon>
#include <QThread>
@@ -37,6 +36,7 @@
#include <QX11EmbedWidget>
#endif
// FreeCAD Base header
#include <CXX/WrapPython.h>
#include <Base/Exception.h>
#include <Base/Factory.h>
#include <Base/Interpreter.h>