mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Resolve some Xcode12 C++11, sigc++ issues
This commit is contained in:
parent
1db219b3d8
commit
5e76d63c06
3 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
#include <mach/thread_policy.h>
|
||||
#include <mach/thread_act.h>
|
||||
|
||||
#undef nil
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
#include "coreaudio_backend.h"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <sstream>
|
||||
#include <CoreAudio/HostTime.h>
|
||||
#undef nil
|
||||
|
||||
#include "coremidi_io.h"
|
||||
#include "coreaudio_backend.h"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include <CoreFoundation/CFString.h>
|
||||
#include <sys/param.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#undef nil
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue