diff options
author | Max Kellermann <max@duempel.org> | 2013-11-09 09:54:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-09 09:54:12 +0100 |
commit | 573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9 (patch) | |
tree | 1a85b2b1856be4da1b2655f310bad630312809f9 | |
parent | 32fcc22cb37cdbdbb5658963c56037f1ace5d8a0 (diff) |
DecoderThread: add missing <functional> include
-rw-r--r-- | src/DecoderThread.cxx | 2 |
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"); /** |