Adds missing include of assert header.

BUG=3380
R=sergeyu@chromium.org

Review URL: https://webrtc-codereview.appspot.com/14569008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6221 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2014-05-22 14:31:14 +00:00
parent 21f7d6d2fe
commit 1bb5da04fe
4 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include "webrtc/modules/desktop_capture/mouse_cursor_monitor.h"
#include <assert.h>
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
#include "webrtc/modules/desktop_capture/win/cursor.h"

View File

@ -10,6 +10,7 @@
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
#include <assert.h>
#include <windows.h>
namespace webrtc {

View File

@ -10,6 +10,8 @@
#include "webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h"
#include <assert.h>
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/desktop_frame_win.h"

View File

@ -10,6 +10,8 @@
#include "webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h"
#include <assert.h>
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/desktop_frame_win.h"