Add include of <cstdlib>
Needed since opus_interface.cc uses the C functions calloc and free. Bug: None Change-Id: Iad30be533d7f6d8234c8e49efd461dc6ce0e2442 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164534 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30168}
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
|
||||
#include "modules/audio_coding/codecs/opus/opus_interface.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include "rtc_base/checks.h"
|
||||
#include "system_wrappers/include/field_trial.h"
|
||||
|
||||
|
Reference in New Issue
Block a user