Commit 750cc3c0 authored by Michael Niedermayer's avatar Michael Niedermayer

acelp_pitch_delay: add missing libm.h include for exp2()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 269e6212
......@@ -21,6 +21,7 @@
*/
#include "libavutil/common.h"
#include "libavutil/libm.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "dsputil.h"
......
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