aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--call/BUILD.gn1
-rw-r--r--call/call_perf_tests.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 57883a5258..57ee793a65 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -327,6 +327,7 @@ if (rtc_include_tests) {
":video_stream_api",
"..:webrtc_common",
"../api/audio_codecs:builtin_audio_encoder_factory",
+ "../api/video:video_bitrate_allocation",
"../logging:rtc_event_log_api",
"../modules/audio_coding",
"../modules/audio_device",
diff --git a/call/call_perf_tests.cc b/call/call_perf_tests.cc
index ba48d9aace..f0580857af 100644
--- a/call/call_perf_tests.cc
+++ b/call/call_perf_tests.cc
@@ -14,6 +14,7 @@
#include <string>
#include "api/audio_codecs/builtin_audio_encoder_factory.h"
+#include "api/video/video_bitrate_allocation.h"
#include "call/call.h"
#include "call/video_config.h"
#include "logging/rtc_event_log/rtc_event_log.h"