| Index: webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/flexfec_sender.h b/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| index 3bcd2eb48cdca4f6fc68c940eeb77a044d07a34a..56f530be66d059444f74d4b7bbd6d1e1af019541 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| @@ -14,6 +14,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/config.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/modules/rtp_rtcp/include/flexfec_sender.h"
|
| @@ -21,7 +22,6 @@
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.h"
|
| #include "webrtc/modules/rtp_rtcp/source/ulpfec_generator.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/basictypes.h"
|
| #include "webrtc/rtc_base/random.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
|
|