Commit c03c12dc authored by David Reid's avatar David Reid

Core Audio: Try fixing a compilation error on iOS builds.

Public issue #110
parent 8bc07a8e
......@@ -17946,6 +17946,7 @@ Core Audio Backend
#include <CoreAudio/CoreAudio.h>
#else
#include <AVFoundation/AVFoundation.h>
#include <UIKit/UIKit.h> /* For [UIDevice currentDevice] */
#endif
#include <AudioToolbox/AudioToolbox.h>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment