Commit 2788cf93 authored by Max Kellermann's avatar Max Kellermann

input/tidal: add missing include for assert()

parent 92bfdffa
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment