From 3988fcec6ddc0b2a0ec29b9f67edf11ea2eb947c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 26 Dec 2020 22:19:15 +0400 Subject: [PATCH] Add missing file --- third-party/webrtc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/webrtc/BUILD b/third-party/webrtc/BUILD index 2c1fc03d1b..6ffa5c5ba0 100644 --- a/third-party/webrtc/BUILD +++ b/third-party/webrtc/BUILD @@ -2989,6 +2989,7 @@ ios_objc_sources = [ "objc/base/RTCRtpFragmentationHeader.h", "objc/base/RTCRtpFragmentationHeader.m", "objc/api/peerconnection/RTCRtpFragmentationHeader+Private.h", + "objc/api/peerconnection/RTCRtpFragmentationHeader+Private.mm", "objc/base/RTCVideoCapturer.h", "objc/base/RTCVideoCapturer.m", "objc/base/RTCVideoCodecInfo.h",