mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
compilation requires <stdint.h>
This commit is contained in:
parent
ed4909bd59
commit
940be0cbb9
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* map gain-coeff [0..2] to position [0..1] */
|
||||
static inline double
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue