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}
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include <X11/extensions/Xrender.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
#include "webrtc/base/constructormagic.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
Reference in New Issue
Block a user