DecoderThread: add missing <functional> include

This commit is contained in:
Max Kellermann 2013-11-09 09:54:12 +01:00
parent 32fcc22cb3
commit 573ff3a24f

View File

@ -38,6 +38,8 @@
#include "tag/ApeReplayGain.hxx"
#include "Log.hxx"
#include <functional>
static constexpr Domain decoder_thread_domain("decoder_thread");
/**