Skip to content
Snippets Groups Projects
Commit 750cc3c0 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

parent 269e6212
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
*/ */
#include "libavutil/common.h" #include "libavutil/common.h"
#include "libavutil/libm.h"
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment