mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Add missing #include + dependency to weak_ptr_unittest.
I ran into this while looking at the rtc::Event class. TBR=mbonadei@webrtc.org Bug: webrtc:8596 Change-Id: Iee00b15381548b69f6cb9485788c787bde23494a Reviewed-on: https://webrtc-review.googlesource.com/28280 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20981}
This commit is contained in:
parent
fc4aba97d6
commit
897e136762
2 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,7 @@ rtc_source_set("rtc_base_approved_generic") {
|
|||
visibility = [
|
||||
":rtc_base_approved",
|
||||
":rtc_base_approved_objc",
|
||||
":weak_ptr_unittests",
|
||||
]
|
||||
|
||||
# TODO(kjellander): Remove (bugs.webrtc.org/7480)
|
||||
|
@ -948,6 +949,7 @@ if (rtc_include_tests) {
|
|||
"weak_ptr_unittest.cc",
|
||||
]
|
||||
deps = [
|
||||
":rtc_base_approved_generic",
|
||||
":rtc_base_tests_main",
|
||||
":rtc_base_tests_utils",
|
||||
":rtc_task_queue",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "rtc_base/event.h"
|
||||
#include "rtc_base/gunit.h"
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/weak_ptr.h"
|
||||
|
|
Loading…
Reference in a new issue