Mercurial > hg > sonic-visualiser
changeset 363:43205eda54bd macness
ifdef guard for mac header includes
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Oct 2010 14:20:26 +0100 |
parents | a0ea7bcac15b |
children | 4e16d48c693d |
files | main/main.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/main/main.cpp Mon Oct 11 14:16:54 2010 +0100 +++ b/main/main.cpp Mon Oct 11 14:20:26 2010 +0100 @@ -23,8 +23,10 @@ #include "widgets/TipDialog.h" #include "transform/TransformFactory.h" +#ifdef Q_WS_MAC #include <ApplicationServices/ApplicationServices.h> #include <Carbon/Carbon.h> +#endif #include <QMetaType> #include <QApplication>