libbd: add required <cassert> include

This commit is contained in:
Paul Davis 2023-02-16 11:11:34 -07:00
parent 39ed528e25
commit 90c5524e7b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Modified for Ardour and released under the same terms.
*/
#include <cassert>
#include <string.h>
#include <iostream>