Add missing assert.h for win no-test build

Add some missing `#include <assert.h>` for Windows build when compiling
without RTC tests (rtc_include_tests = false) with the MSVC compiler
(is_clang=false, use_lld=false).

Bug: None
Change-Id: Ie9861100efeae87f4c4e29303d62293ad541125a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158533
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29811}
This commit is contained in:
Jerome Humbert 2019-10-28 18:12:51 +00:00 committed by Commit Bot
parent 408cb4bf30
commit 39bab5afb5
3 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@
#include "audio/channel_receive.h"
#include <assert.h>
#include <algorithm>
#include <map>
#include <memory>

View file

@ -10,6 +10,7 @@
#include "modules/video_capture/windows/device_info_ds.h"
#include <assert.h>
#include <dvdmedia.h>
#include "modules/video_capture/video_capture_config.h"

View file

@ -10,6 +10,7 @@
#include "test/rtp_file_reader.h"
#include <assert.h>
#include <stdio.h>
#include <map>