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:
jbauch
2016-04-26 04:54:00 -07:00
committed by Commit bot
parent d98d457134
commit b67aba81e5

View File

@ -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 {