implement newly-required inclusion of <cassert>
This commit is contained in:
parent
f2fc5fc0dc
commit
f8f6e5d2ab
@ -1,6 +1,8 @@
|
|||||||
#ifndef AUDIOGRAPHER_SILENCE_TRIMMER_H
|
#ifndef AUDIOGRAPHER_SILENCE_TRIMMER_H
|
||||||
#define AUDIOGRAPHER_SILENCE_TRIMMER_H
|
#define AUDIOGRAPHER_SILENCE_TRIMMER_H
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
#include "audiographer/visibility.h"
|
#include "audiographer/visibility.h"
|
||||||
#include "audiographer/debug_utils.h"
|
#include "audiographer/debug_utils.h"
|
||||||
#include "audiographer/flag_debuggable.h"
|
#include "audiographer/flag_debuggable.h"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#include <cassert>
|
||||||
|
|
||||||
#include "tests/utils.h"
|
#include "tests/utils.h"
|
||||||
|
|
||||||
#include "audiographer/general/sr_converter.h"
|
#include "audiographer/general/sr_converter.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user