DecoderAPI: add missing math.h include
This commit is contained in:
parent
47d3758820
commit
84c3d9674f
@ -35,6 +35,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
decoder_initialized(Decoder &decoder,
|
decoder_initialized(Decoder &decoder,
|
||||||
|
Loading…
Reference in New Issue
Block a user