summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-27 00:25:18 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-27 00:25:18 +0000
commit75d7001e8afbf8b813e241d8479bee77b1436632 (patch)
tree362ba1005d20a02b4237329658555d7ea196b08f /media
parent89ce4597eeb392be29e8e7e58d991742cfd38a41 (diff)
downloadchromium_src-75d7001e8afbf8b813e241d8479bee77b1436632.zip
chromium_src-75d7001e8afbf8b813e241d8479bee77b1436632.tar.gz
chromium_src-75d7001e8afbf8b813e241d8479bee77b1436632.tar.bz2
Fix build bustage r24568
TBR=scherkus Review URL: http://codereview.chromium.org/173549 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/filters/audio_renderer_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/filters/audio_renderer_impl.cc b/media/filters/audio_renderer_impl.cc
index 180dc35..c8c445c 100644
--- a/media/filters/audio_renderer_impl.cc
+++ b/media/filters/audio_renderer_impl.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <math.h>
+
#include "media/base/filter_host.h"
#include "media/filters/audio_renderer_impl.h"