Index: webrtc/modules/audio_processing/noise_suppression_impl.h |
diff --git a/webrtc/modules/audio_processing/noise_suppression_impl.h b/webrtc/modules/audio_processing/noise_suppression_impl.h |
index 76a39b8e09cfc4ea0690464798091a6f7b90d2eb..9da7c4200f9b6a5f95aad3b9d20ec5f93e8683f9 100644 |
--- a/webrtc/modules/audio_processing/noise_suppression_impl.h |
+++ b/webrtc/modules/audio_processing/noise_suppression_impl.h |
@@ -11,6 +11,7 @@ |
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_NOISE_SUPPRESSION_IMPL_H_ |
#define WEBRTC_MODULES_AUDIO_PROCESSING_NOISE_SUPPRESSION_IMPL_H_ |
+#include "webrtc/base/thread_checker.h" |
hlundin-webrtc
2015/11/05 13:08:55
Why is this needed?
peah-webrtc
2015/11/06 07:31:14
Not needed it turned out. Initially all public met
hlundin-webrtc
2015/11/06 07:45:07
Acknowledged.
peah-webrtc
2015/11/06 08:11:47
Acknowledged.
|
#include "webrtc/modules/audio_processing/include/audio_processing.h" |
#include "webrtc/modules/audio_processing/processing_component.h" |