diff --git a/src/sora.cpp b/src/sora.cpp index aba4e1b..0d55d08 100644 --- a/src/sora.cpp +++ b/src/sora.cpp @@ -38,6 +38,10 @@ #include "mac_helper/ios_audio_init.h" #endif +#ifdef SORA_UNITY_SDK_MACOS +#include +#endif + namespace sora_unity_sdk { Sora::Sora(UnityContext* context) : context_(context) {