| Index: webrtc/modules/audio_processing/beamformer/beamformer.h
|
| diff --git a/webrtc/modules/audio_processing/beamformer/beamformer.h b/webrtc/modules/audio_processing/beamformer/beamformer.h
|
| index ff5b034a8cd83fd65f63105f404108606335aa4f..54734dddb89a62e2525bd97a00544417be90656f 100644
|
| --- a/webrtc/modules/audio_processing/beamformer/beamformer.h
|
| +++ b/webrtc/modules/audio_processing/beamformer/beamformer.h
|
| @@ -12,6 +12,7 @@
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_BEAMFORMER_BEAMFORMER_H_
|
|
|
| #include "webrtc/common_audio/channel_buffer.h"
|
| +#include "webrtc/modules/audio_processing/beamformer/array_util.h"
|
|
|
| namespace webrtc {
|
|
|
|
|