Fix MacOS build

This commit is contained in:
Théo Monnom
2022-09-20 22:19:47 +02:00
parent 2242008b93
commit baf1db9a04
2 changed files with 3 additions and 1 deletions
@@ -22,7 +22,9 @@ namespace livekit {
RTCRuntime(const RTCRuntime&) = delete;
RTCRuntime& operator=(const RTCRuntime&) = delete;
private:
#ifdef WEBRTC_WIN
rtc::WinsockInitializer winsock_;
#endif
};
std::unique_ptr<RTCRuntime> create_rtc_runtime();