| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| index 7b3ad496dddd07c4f67e779c3209dfa8a01893ed..ae06a17d8eef9b51328d20128cb0163c40bb1b5c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| @@ -19,6 +19,7 @@
|
| #include <vector>
|
|
|
| #include "webrtc/api/call/transport.h"
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
|
| #include "webrtc/modules/rtp_rtcp/include/receive_statistics.h"
|
| @@ -30,7 +31,6 @@
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/random.h"
|
| #include "webrtc/rtc_base/thread_annotations.h"
|
| #include "webrtc/typedefs.h"
|
|
|