commit | eeaa8f929cd12c87d673527624ce31ae38f12e65 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu May 17 12:35:56 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 17 11:22:56 2018 +0000 |
tree | 74fc1589fa6f1501305c0ff00363a0c7d9db5575 | |
parent | 49fcc10de62566f297bfda5aef7e6485e4956b34 [diff] [blame] |
Directly include VideoBitrateAllocation in modules/rtp_rtcp/ targets Bug: webrtc:9271 Change-Id: Ic7415830588bef9d87bab92943460207890dada6 Reviewed-on: https://webrtc-review.googlesource.com/76960 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23277}
diff --git a/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/modules/rtp_rtcp/source/rtp_rtcp_impl.h index 97afde5..c51e971 100644 --- a/modules/rtp_rtcp/source/rtp_rtcp_impl.h +++ b/modules/rtp_rtcp/source/rtp_rtcp_impl.h
@@ -18,6 +18,7 @@ #include <vector> #include "api/optional.h" +#include "api/video/video_bitrate_allocation.h" #include "modules/rtp_rtcp/include/rtp_rtcp.h" #include "modules/rtp_rtcp/include/rtp_rtcp_defines.h" #include "modules/rtp_rtcp/source/packet_loss_stats.h"