Compile fix: Don't include Carbon as it pollutes the global namespace with e.g. 'Polygon'

master
Marius Kintel 2014-11-26 15:02:44 -05:00
parent ecbaec0849
commit 0b58b7d2b3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#include <Carbon/Carbon.h>
#include <AppleEvents.h>
#include <MacTypes.h>
#include <CoreServices/CoreServices.h>
#include <QApplication>
#include "MainWindow.h"