Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 7c298ef

Browse files
authored
Fix build errors on iOS after rebasing libwebrtc to M83. (#72)
1 parent 146dd54 commit 7c298ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/objc/api/peerconnection/RTCPeerConnectionFactory+Native.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#import "RTCPeerConnectionFactory.h"
1212

1313
#include "api/scoped_refptr.h"
14+
#include "api/peer_connection_interface.h"
1415

1516
namespace webrtc {
1617

@@ -103,5 +104,7 @@ NS_ASSUME_NONNULL_BEGIN
103104
- (instancetype)initWithNativePeerConnectionFactory:(
104105
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>)factory;
105106

107+
@end
108+
106109

107110
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)