Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Sep 7, 2023
1 parent 2c2d2e9 commit 7570295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sora.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
#include "mac_helper/ios_audio_init.h"
#endif

#ifdef SORA_UNITY_SDK_MACOS
#include <sora/mac/mac_capturer.h>
#endif

namespace sora_unity_sdk {

Sora::Sora(UnityContext* context) : context_(context) {
Expand Down

0 comments on commit 7570295

Please sign in to comment.