Index: webrtc/modules/congestion_controller/BUILD.gn |
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn |
index d2dc680adbb963906f380f64c23b20611d00f7ab..d23f5f7ff7cc0abeff5dfe7f071b28870993ed14 100644 |
--- a/webrtc/modules/congestion_controller/BUILD.gn |
+++ b/webrtc/modules/congestion_controller/BUILD.gn |
@@ -46,5 +46,6 @@ rtc_static_library("congestion_controller") { |
"../../base:rtc_analytics", |
"../bitrate_controller", |
"../pacing", |
+ "../utility", # For ProcessThread |
] |
} |