DecoderAPI: add missing math.h include
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user