Add some missing includes and dependencies.
In particular, time_utils.h is currently pulled in via rtc_event.h This CL is in preparation of moving parts of the RTC event log to api/. Bug: webrtc:10206 Change-Id: Idd35aa9404afded4d29b1296344996c45b8c2e91 Reviewed-on: https://webrtc-review.googlesource.com/c/117921 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26326}
This commit is contained in:

committed by
Commit Bot

parent
914acd7589
commit
5c2f1f053f
@ -31,6 +31,7 @@
|
||||
#include "rtc_base/sequenced_task_checker.h"
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
#include "rtc_base/time_utils.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
Reference in New Issue
Block a user