+ fix build problems with Python & MacOSX

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

View File

@@ -23,7 +23,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
# include <QApplication>
# include <QClipboard>
# include <QDialogButtonBox>
@@ -38,6 +37,7 @@
#include "Splashscreen.h"
#include "ui_AboutApplication.h"
#include <Base/Console.h>
#include <CXX/WrapPython.h>
#include <App/Application.h>
#include <Gui/MainWindow.h>