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:
Mirko Bonadei 2024-04-18 23:12:05 +02:00 committed by WebRTC LUCI CQ
parent 42540c3d8a
commit f459fb31b9
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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"