aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-16 08:25:06 +0200
committerMax Kellermann <max@duempel.org>2014-08-16 08:25:06 +0200
commit2722211ba3d1760fc629059eae3dcec6aba0aabe (patch)
tree88e759f921a68ae9dc2ef9db7366068d3916affc /src/pcm/SoxrResampler.cxx
parente2e5cddcaabefbbbc73dc9a832ea657cfea2524f (diff)
downloadmpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.tar.gz
mpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.tar.xz
mpd-2722211ba3d1760fc629059eae3dcec6aba0aabe.zip
pcm/SoxrResampler: add missing string.h include
Diffstat (limited to 'src/pcm/SoxrResampler.cxx')
-rw-r--r--src/pcm/SoxrResampler.cxx1
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");