pcm/SoxrResampler: add missing string.h include
This commit is contained in:
parent
e2e5cddcaa
commit
2722211ba3
@ -28,6 +28,7 @@
|
||||
#include <soxr.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
static constexpr Domain soxr_domain("soxr");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user