From 573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 9 Nov 2013 09:54:12 +0100 Subject: DecoderThread: add missing include --- src/DecoderThread.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 + static constexpr Domain decoder_thread_domain("decoder_thread"); /** -- cgit v1.2.3