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