mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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:
parent
408cb4bf30
commit
39bab5afb5
3 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "audio/channel_receive.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "test/rtp_file_reader.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue