| Index: media/filters/audio_renderer_algorithm.h
|
| diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
|
| index 9192f39443a5ef6f7a05780479e95f1d7c861c59..1cd0e919b89578ce2ffc82eed46e7ce0cafac141 100644
|
| --- a/media/filters/audio_renderer_algorithm.h
|
| +++ b/media/filters/audio_renderer_algorithm.h
|
| @@ -21,6 +21,8 @@
|
| #ifndef MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_H_
|
| #define MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|