Commit 2722211b authored by Max Kellermann's avatar Max Kellermann

pcm/SoxrResampler: add missing string.h include

parent e2e5cddc
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <soxr.h> #include <soxr.h>
#include <assert.h> #include <assert.h>
#include <string.h>
static constexpr Domain soxr_domain("soxr"); static constexpr Domain soxr_domain("soxr");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment