aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/neteq
diff options
context:
space:
mode:
authorhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-04 15:10:03 +0000
committerhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-04 15:10:03 +0000
commitbe50ab645a32ce47b58bf56f750aa67026f3b7db (patch)
treedb39b3d900115b398207c3ea48ee1c9499040304 /webrtc/modules/audio_coding/neteq
parent52e898d7b9a2b311e9cb0369b12420e60b28af52 (diff)
downloadwebrtc-be50ab645a32ce47b58bf56f750aa67026f3b7db.tar.gz
Including algorithm header to avoid VS2013 breakage
The header file <algorithm> 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
Diffstat (limited to 'webrtc/modules/audio_coding/neteq')
-rw-r--r--webrtc/modules/audio_coding/neteq/webrtc_neteq_unittest.cc1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include <string.h> // memset
+#include <algorithm>
#include <set>
#include <sstream>
#include <string>