Added include of assert.h for files calling assert but missing the include.
BUG=N/A R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19409005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6022 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f04a6ea733
commit
f2aafe4355
@ -10,6 +10,7 @@
|
||||
|
||||
#include "webrtc/common_audio/include/audio_util.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "webrtc/common_audio/resampler/push_sinc_resampler.h"
|
||||
|
@ -90,6 +90,7 @@
|
||||
#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -15,6 +15,8 @@
|
||||
//
|
||||
// Storing and handling of YUV (I420) video frames.
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "webrtc/common_video/plane.h"
|
||||
#include "webrtc/system_wrappers/interface/scoped_refptr.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/audio_coding/main/acm2/acm_resampler.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "webrtc/common_audio/resampler/include/resampler.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_COMMON_H_
|
||||
#define WEBRTC_MODULES_AUDIO_PROCESSING_COMMON_H_
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "webrtc/modules/audio_processing/include/audio_processing.h"
|
||||
|
@ -10,6 +10,8 @@
|
||||
|
||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "webrtc/system_wrappers/interface/logging.h"
|
||||
|
@ -10,6 +10,8 @@
|
||||
|
||||
#include "webrtc/modules/remote_bitrate_estimator/rate_statistics.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
RateStatistics::RateStatistics(uint32_t window_size_ms, float scale)
|
||||
|
@ -10,8 +10,9 @@
|
||||
|
||||
#include "webrtc/test/testsupport/fileutils.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <direct.h>
|
||||
#include <tchar.h>
|
||||
#include <windows.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user