From be50ab645a32ce47b58bf56f750aa67026f3b7db Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Tue, 4 Mar 2014 15:10:03 +0000 Subject: [PATCH] Including algorithm header to avoid VS2013 breakage The header file must be included when std::min and std::max are used. R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5638 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc | 1 + webrtc/modules/audio_coding/neteq4/neteq_stereo_unittest.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc index c37f8990a8..c6adf0365f 100644 --- a/webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc +++ b/webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc @@ -17,6 +17,7 @@ #include #include // memset +#include #include #include #include diff --git a/webrtc/modules/audio_coding/neteq4/neteq_stereo_unittest.cc b/webrtc/modules/audio_coding/neteq4/neteq_stereo_unittest.cc index d6c4150ec6..df212db2d1 100644 --- a/webrtc/modules/audio_coding/neteq4/neteq_stereo_unittest.cc +++ b/webrtc/modules/audio_coding/neteq4/neteq_stereo_unittest.cc @@ -10,6 +10,7 @@ // Test to verify correct stereo and multi-channel operation. +#include #include #include