| Index: webrtc/api/objc/RTCRtpParameters.h
 | 
| diff --git a/webrtc/api/objc/RTCRtpParameters.h b/webrtc/api/objc/RTCRtpParameters.h
 | 
| index d38e9ef64749b01bbbbdf522fd9b645cb67c051a..91d8108371a2d8fcc250609e9a9d4bf9a40c9929 100644
 | 
| --- a/webrtc/api/objc/RTCRtpParameters.h
 | 
| +++ b/webrtc/api/objc/RTCRtpParameters.h
 | 
| @@ -11,9 +11,11 @@
 | 
|  #import <Foundation/Foundation.h>
 | 
|  
 | 
|  #import "webrtc/api/objc/RTCRtpEncodingParameters.h"
 | 
| +#import "webrtc/base/objc/RTCMacros.h"
 | 
|  
 | 
|  NS_ASSUME_NONNULL_BEGIN
 | 
|  
 | 
| +RTC_EXPORT
 | 
|  @interface RTCRtpParameters : NSObject
 | 
|  
 | 
|  /** The currently active encodings in the order of preference. */
 | 
| 
 |