diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-01-27 05:01:00 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-01-27 05:01:00 +0000 |
| commit | 0288742565d355e2968ace988f9b17a2a41703b1 (patch) | |
| tree | e9535d46db84471591a784a6aabde728a2a3957b /Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp | |
| parent | 826e37a279648e2666132c14e443e07f3f0410b3 (diff) | |
Various minor fixes to allow building with clang on OS X.
Fixes issue 3992.
wxWidgets patch at http://trac.wxwidgets.org/ticket/12332 .
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6929 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp b/Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp index e4d54ffa0f..2e76294681 100644 --- a/Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp +++ b/Source/Core/AudioCommon/Src/CoreAudioSoundStream.cpp @@ -15,6 +15,8 @@ // Official SVN repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ +#include <CoreServices/CoreServices.h> + #include "CoreAudioSoundStream.h" OSStatus callback(void *inRefCon, AudioUnitRenderActionFlags *ioActionFlags, |
