input/{tidal,qobus}: add missing includes for assert()
This commit is contained in:
		| @@ -23,6 +23,8 @@ | ||||
| #include "lib/curl/Form.hxx" | ||||
| #include "lib/yajl/Callbacks.hxx" | ||||
|  | ||||
| #include <cassert> | ||||
|  | ||||
| using Wrapper = Yajl::CallbacksWrapper<QobuzLoginRequest::ResponseParser>; | ||||
| static constexpr yajl_callbacks parse_callbacks = { | ||||
| 	nullptr, | ||||
|   | ||||
| @@ -23,6 +23,8 @@ | ||||
| #include "lib/yajl/Callbacks.hxx" | ||||
| #include "lib/yajl/ResponseParser.hxx" | ||||
|  | ||||
| #include <cassert> | ||||
|  | ||||
| using Wrapper = Yajl::CallbacksWrapper<TidalLoginRequest::ResponseParser>; | ||||
| static constexpr yajl_callbacks parse_callbacks = { | ||||
| 	nullptr, | ||||
|   | ||||
| @@ -21,6 +21,8 @@ | ||||
| #include "TidalErrorParser.hxx" | ||||
| #include "lib/yajl/Callbacks.hxx" | ||||
|  | ||||
| #include <cassert> | ||||
|  | ||||
| using Wrapper = Yajl::CallbacksWrapper<TidalTrackRequest::ResponseParser>; | ||||
| static constexpr yajl_callbacks parse_callbacks = { | ||||
| 	nullptr, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann