Fix missing include of rtc_base/system/no_unique_address.h

Bug: None
Change-Id: I047c456cde647282824e8c51122ae53bef7cb7b3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252440
Auto-Submit: Niels Moller <nisse@webrtc.org>
Reviewed-by: Mark Foltz <mfoltz@chromium.org>
Commit-Queue: Mark Foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#36070}
This commit is contained in:
Niels Möller 2022-02-24 13:59:13 +01:00 committed by WebRTC LUCI CQ
parent a8c0d789ee
commit ecd5ba15cb
2 changed files with 2 additions and 0 deletions

View File

@ -464,6 +464,7 @@ rtc_library("desktop_capture_generic") {
"../../rtc_base:checks",
"../../rtc_base/synchronization:mutex",
"../../rtc_base/system:arch",
"../../rtc_base/system:no_unique_address",
"../../rtc_base/system:rtc_export",
"../../system_wrappers",
"../../system_wrappers:metrics",

View File

@ -20,6 +20,7 @@
#include "modules/desktop_capture/linux/wayland/shared_screencast_stream.h"
#include "modules/desktop_capture/mouse_cursor.h"
#include "modules/desktop_capture/mouse_cursor_monitor.h"
#include "rtc_base/system/no_unique_address.h"
namespace webrtc {