input/tidal: add missing include for assert()

This commit is contained in:
Max Kellermann 2020-12-01 17:13:13 +01:00
parent 92bfdffa42
commit 2788cf9330

View File

@ -23,6 +23,8 @@
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include <cassert>
using Wrapper = Yajl::CallbacksWrapper<TidalTagScanner::ResponseParser>;
static constexpr yajl_callbacks parse_callbacks = {
nullptr,