| Index: webrtc/modules/audio_processing/transient/moving_moments.h
|
| diff --git a/webrtc/modules/audio_processing/transient/moving_moments.h b/webrtc/modules/audio_processing/transient/moving_moments.h
|
| index 6e3ad5b6eedb17890cd7ad399ad2d473ae2e02af..9e22a92fe0860db3b12e398f07bda87be4a09ff0 100644
|
| --- a/webrtc/modules/audio_processing/transient/moving_moments.h
|
| +++ b/webrtc/modules/audio_processing/transient/moving_moments.h
|
| @@ -11,9 +11,9 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_PROCESSING_TRANSIENT_MOVING_MOMENTS_H_
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_TRANSIENT_MOVING_MOMENTS_H_
|
|
|
| -#include <queue>
|
| +#include <stddef.h>
|
|
|
| -#include "webrtc/base/scoped_ptr.h"
|
| +#include <queue>
|
|
|
| namespace webrtc {
|
|
|
|
|