aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-09 09:54:12 +0100
committerMax Kellermann <max@duempel.org>2013-11-09 09:54:12 +0100
commit573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9 (patch)
tree1a85b2b1856be4da1b2655f310bad630312809f9 /src/DecoderThread.cxx
parent32fcc22cb37cdbdbb5658963c56037f1ace5d8a0 (diff)
downloadmpd-573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9.tar.gz
mpd-573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9.tar.xz
mpd-573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9.zip
DecoderThread: add missing <functional> include
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r--src/DecoderThread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index 0ea859ea8..72fc3cfb4 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -38,6 +38,8 @@
#include "tag/ApeReplayGain.hxx"
#include "Log.hxx"
+#include <functional>
+
static constexpr Domain decoder_thread_domain("decoder_thread");
/**