commit | 1bb5da04fe0258bb613836cb5b340d5907dfeb58 | [log] [tgz] |
---|---|---|
author | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu May 22 14:31:14 2014 |
committer | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu May 22 14:31:14 2014 |
tree | 0aede15e828065310030d72be00e173fb56554f7 | |
parent | 21f7d6d2fecce113b129d94e51882c81bd201732 [diff] |
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
diff --git a/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc b/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc index 1457bf3..fd0b222 100644 --- a/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc +++ b/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc
@@ -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"
diff --git a/webrtc/modules/desktop_capture/win/screen_capture_utils.cc b/webrtc/modules/desktop_capture/win/screen_capture_utils.cc index 4487e6d..1b33545 100644 --- a/webrtc/modules/desktop_capture/win/screen_capture_utils.cc +++ b/webrtc/modules/desktop_capture/win/screen_capture_utils.cc
@@ -10,6 +10,7 @@ #include "webrtc/modules/desktop_capture/win/screen_capture_utils.h" +#include <assert.h> #include <windows.h> namespace webrtc {
diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc index 5ab2553..9cb3681 100644 --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc
@@ -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"
diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc index 4ce0073..042cb93 100644 --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc
@@ -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"