added two includes which should not be necessary but seem to help compiling in snow leopard
This commit is contained in:
parent
31ed9cbe6e
commit
f0279d9be3
1 changed files with 2 additions and 1 deletions
|
|
@ -61,10 +61,11 @@
|
|||
#ifndef PA_MAC_CORE_INTERNAL_H__
|
||||
#define PA_MAC_CORE_INTERNAL_H__
|
||||
|
||||
#include <CoreAudio/CoreAudio.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioToolbox/AudioToolbox.h>
|
||||
|
||||
|
||||
#include "portaudio.h"
|
||||
#include "pa_util.h"
|
||||
#include "pa_hostapi.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue