Commit 84c3d967 authored by Max Kellermann's avatar Max Kellermann

DecoderAPI: add missing math.h include

parent 47d37588
...@@ -35,6 +35,7 @@ ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment