mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Add missing header
Bug: None Change-Id: If5976873027981c08ea0a99bfbe29f9bfe4ba34b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/347861 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42118}
This commit is contained in:
parent
42540c3d8a
commit
f459fb31b9
2 changed files with 2 additions and 0 deletions
|
@ -631,6 +631,7 @@ if (rtc_include_tests) {
|
|||
"../api/crypto:options",
|
||||
"../api/transport:bitrate_settings",
|
||||
"../modules/pacing",
|
||||
"../modules/rtp_rtcp",
|
||||
"../rtc_base:network_route",
|
||||
"../rtc_base:rate_limiter",
|
||||
"../rtc_base/network:sent_packet",
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "api/transport/bitrate_settings.h"
|
||||
#include "call/rtp_transport_controller_send_interface.h"
|
||||
#include "modules/pacing/packet_router.h"
|
||||
#include "modules/rtp_rtcp/source/rtp_rtcp_interface.h"
|
||||
#include "rtc_base/network/sent_packet.h"
|
||||
#include "rtc_base/network_route.h"
|
||||
#include "rtc_base/rate_limiter.h"
|
||||
|
|
Loading…
Reference in a new issue