From 7988589e4858fd9b5844dada64d5c1be8812fe9e Mon Sep 17 00:00:00 2001 From: Benjamin Wright Date: Tue, 2 Oct 2018 13:29:59 -0700 Subject: [PATCH] Add missing headers to new objective-c API. I missed adding these headers in my inital check-in. This change simply adds these headers. Bug: webrtc:9681 Change-Id: Ic2265105cd401d59fac124c2dc1963f0163c5af6 Reviewed-on: https://webrtc-review.googlesource.com/c/103304 Reviewed-by: Steve Anton Reviewed-by: Anders Carlsson Commit-Queue: Benjamin Wright Cr-Commit-Position: refs/heads/master@{#24956} --- sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h | 1 + sdk/objc/api/peerconnection/RTCRtpSender+Native.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h b/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h index 33ba40bcf7..8013b69ec9 100644 --- a/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h +++ b/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h @@ -11,6 +11,7 @@ #import "RTCRtpReceiver.h" #include "api/crypto/framedecryptorinterface.h" +#include "rtc_base/scoped_ref_ptr.h" NS_ASSUME_NONNULL_BEGIN diff --git a/sdk/objc/api/peerconnection/RTCRtpSender+Native.h b/sdk/objc/api/peerconnection/RTCRtpSender+Native.h index f1d951f1c5..612c5e04ca 100644 --- a/sdk/objc/api/peerconnection/RTCRtpSender+Native.h +++ b/sdk/objc/api/peerconnection/RTCRtpSender+Native.h @@ -11,6 +11,7 @@ #import "RTCRtpSender.h" #include "api/crypto/frameencryptorinterface.h" +#include "rtc_base/scoped_ref_ptr.h" NS_ASSUME_NONNULL_BEGIN