diff --git a/src/modules/audio_processing/aecm/aecm.gypi b/src/modules/audio_processing/aecm/aecm.gypi index 964ca5a511..bf520bfe09 100644 --- a/src/modules/audio_processing/aecm/aecm.gypi +++ b/src/modules/audio_processing/aecm/aecm.gypi @@ -13,6 +13,7 @@ 'type': '<(library)', 'dependencies': [ '<(webrtc_root)/common_audio/common_audio.gyp:signal_processing', + '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', 'apm_util' ], 'include_dirs': [ diff --git a/src/modules/audio_processing/ns/ns.gypi b/src/modules/audio_processing/ns/ns.gypi index e5313541eb..3e3d2e1417 100644 --- a/src/modules/audio_processing/ns/ns.gypi +++ b/src/modules/audio_processing/ns/ns.gypi @@ -37,6 +37,7 @@ 'type': '<(library)', 'dependencies': [ '<(webrtc_root)/common_audio/common_audio.gyp:signal_processing', + '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', ], 'include_dirs': [ 'interface',