mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
implement newly-required inclusion of <cassert>
This commit is contained in:
parent
f2fc5fc0dc
commit
f8f6e5d2ab
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef AUDIOGRAPHER_SILENCE_TRIMMER_H
|
||||
#define AUDIOGRAPHER_SILENCE_TRIMMER_H
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "audiographer/visibility.h"
|
||||
#include "audiographer/debug_utils.h"
|
||||
#include "audiographer/flag_debuggable.h"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "tests/utils.h"
|
||||
|
||||
#include "audiographer/general/sr_converter.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue