mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
fix up compile on OS X
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4022 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e7cebfb6c5
commit
6dd70cdce7
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#undef Marker
|
||||
#define Marker FuckYouAppleAndYourLackOfNameSpaces
|
||||
|
||||
#include <pbd/error.h>
|
||||
#include <ardour/audio_unit.h>
|
||||
#include <ardour/insert.h>
|
||||
|
|
@ -18,6 +21,10 @@
|
|||
#import <AudioUnit/AUCocoaUIView.h>
|
||||
#import <CoreAudioKit/AUGenericView.h>
|
||||
|
||||
#undef Marker
|
||||
|
||||
#include "keyboard.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue