Fix the mac and windows builds

This commit is contained in:
David Sansome 2011-01-16 16:43:19 +00:00
parent 5eb916cdff
commit 7e9452f48d
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
# include "scripting/python/pythonengine.h"
#endif
#ifdef Q_OS_MAC
# include "core/mac_startup.h"
#endif
#include <QCoreApplication>
#include <QDirIterator>
#include <QFileSystemWatcher>
#include <QSettings>