summaryrefslogtreecommitdiff
path: root/modules/video_coding
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-18 11:10:11 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-18 11:10:11 +0000
commitfee2074c4e0fcc65bef99ae4b7d9ae64e196276c (patch)
tree4100f701a40228bda2ece8e1aafef027dd94a576 /modules/video_coding
parentdf08c5d53f4b11b7687e419e04f99f55b85490c4 (diff)
downloadwebrtc-fee2074c4e0fcc65bef99ae4b7d9ae64e196276c.tar.gz
Add #include <cstdlib> for std::abs.
IWYU violation. Fixes a breakage in the libc++ build of Chromium. BUG= R=earthdok@chromium.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10109004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5715 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules/video_coding')
-rw-r--r--modules/video_coding/main/source/receiver.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/video_coding/main/source/receiver.cc b/modules/video_coding/main/source/receiver.cc
index 261c51e4..e9597465 100644
--- a/modules/video_coding/main/source/receiver.cc
+++ b/modules/video_coding/main/source/receiver.cc
@@ -12,6 +12,8 @@
#include <assert.h>
+#include <cstdlib>
+
#include "webrtc/modules/video_coding/main/source/encoded_frame.h"
#include "webrtc/modules/video_coding/main/source/internal_defines.h"
#include "webrtc/modules/video_coding/main/source/media_opt_util.h"