From: bjornroche Date: Thu, 22 Oct 2009 17:51:07 +0000 (+0000) Subject: added two includes which should not be necessary but seem to help compiling in snow... X-Git-Tag: pa_stable_v19_20110326_r1647~209 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=f0279d9be330c73d8970c5db2535af2856695b00;p=portaudio added two includes which should not be necessary but seem to help compiling in snow leopard --- diff --git a/src/hostapi/coreaudio/pa_mac_core_internal.h b/src/hostapi/coreaudio/pa_mac_core_internal.h index 291304c..1797cba 100644 --- a/src/hostapi/coreaudio/pa_mac_core_internal.h +++ b/src/hostapi/coreaudio/pa_mac_core_internal.h @@ -61,10 +61,11 @@ #ifndef PA_MAC_CORE_INTERNAL_H__ #define PA_MAC_CORE_INTERNAL_H__ +#include +#include #include #include - #include "portaudio.h" #include "pa_util.h" #include "pa_hostapi.h"