diff --git a/NEWS b/NEWS index ecb5e7c89..601c45d27 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.19.15 (not yet released) - ffmpeg: use as fallback instead of "mad" if no plugin matches - opus: support bigger OpusTags packets * fix more build failures on non-glibc builds due to constexpr Mutex +* fix build failure due to missing include ver 0.19.14 (2016/03/18) * decoder diff --git a/src/decoder/DecoderBuffer.hxx b/src/decoder/DecoderBuffer.hxx index 9cf47d915..db5b30e65 100644 --- a/src/decoder/DecoderBuffer.hxx +++ b/src/decoder/DecoderBuffer.hxx @@ -25,6 +25,7 @@ #include "util/ConstBuffer.hxx" #include +#include struct Decoder; class InputStream;