From b67aba81e5ec2dc52e205dee0bf8c23857849dfe Mon Sep 17 00:00:00 2001 From: jbauch Date: Tue, 26 Apr 2016 04:54:00 -0700 Subject: [PATCH] Add missing include to x11windowpicker.cc Before https://codereview.webrtc.org/1920043002/ this was pulled in implicitly by "scoped_ptr.h". Review URL: https://codereview.webrtc.org/1916373002 Cr-Commit-Position: refs/heads/master@{#12505} --- webrtc/base/x11windowpicker.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/base/x11windowpicker.cc b/webrtc/base/x11windowpicker.cc index 21f71c61e3..e588304d03 100644 --- a/webrtc/base/x11windowpicker.cc +++ b/webrtc/base/x11windowpicker.cc @@ -21,6 +21,7 @@ #include #include +#include "webrtc/base/constructormagic.h" #include "webrtc/base/logging.h" namespace rtc {