diff options
author | Max Kellermann <max@duempel.org> | 2014-08-16 08:25:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-16 08:25:06 +0200 |
commit | 2722211ba3d1760fc629059eae3dcec6aba0aabe (patch) | |
tree | 88e759f921a68ae9dc2ef9db7366068d3916affc /src/pcm | |
parent | e2e5cddcaabefbbbc73dc9a832ea657cfea2524f (diff) | |
download | mpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.tar.gz mpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.tar.xz mpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.zip |
pcm/SoxrResampler: add missing string.h include
Diffstat (limited to 'src/pcm')
-rw-r--r-- | src/pcm/SoxrResampler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/SoxrResampler.cxx b/src/pcm/SoxrResampler.cxx index 2508e816e..56b9760d5 100644 --- a/src/pcm/SoxrResampler.cxx +++ b/src/pcm/SoxrResampler.cxx @@ -28,6 +28,7 @@ #include <soxr.h> #include <assert.h> +#include <string.h> static constexpr Domain soxr_domain("soxr"); |