Include absl/memory/memory.h if absl::make_unique is used

Tbr: kwiberg@webrtc.org
Bug: None
Change-Id: Iaf4533d2ce0e80b351a8a664ef8cf7ba0e5ec583
Reviewed-on: https://webrtc-review.googlesource.com/c/115746
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Yves Gerey <yvesg@google.com>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26168}
This commit is contained in:
Steve Anton
2019-01-07 10:21:47 -08:00
committed by Commit Bot
parent cdc3045973
commit 40d55331d7
53 changed files with 56 additions and 1 deletions

View File

@ -1184,6 +1184,7 @@ if (rtc_enable_protobuf) {
"../../rtc_base:rtc_base_approved",
"../rtp_rtcp",
"../rtp_rtcp:rtp_rtcp_format",
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/types:optional",
]
public_deps = [
@ -1328,6 +1329,7 @@ if (rtc_include_tests) {
"../../system_wrappers",
"../../test:fileutils",
"../../test:test_support",
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
]