diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/midi/coreaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/coreaudio.cpp b/backends/midi/coreaudio.cpp index d89123292c..21c918b205 100644 --- a/backends/midi/coreaudio.cpp +++ b/backends/midi/coreaudio.cpp @@ -40,10 +40,10 @@ #include "sound/musicplugin.h" #include "sound/mpu401.h" +#include <CoreServices/CoreServices.h> #include <AudioToolbox/AUGraph.h> - // Activating the following switch disables reverb support in the CoreAudio // midi backend. Reverb will suck away a *lot* of CPU time, so on slower // systems, you may want to turn it off completely. |