diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
commit | 7c43009358e2f8179ea20388713cc754fa67262b (patch) | |
tree | 171333ed8b39229904781124b9825ac085f68167 /libavcodec/acelp_math.h | |
parent | 690bfceb204147d28d8a51b573b518d8e059462d (diff) | |
download | ffmpeg-7c43009358e2f8179ea20388713cc754fa67262b.tar.gz |
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_math.h')
-rw-r--r-- | libavcodec/acelp_math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h index 95be5f62e3..ffc70c4ce5 100644 --- a/libavcodec/acelp_math.h +++ b/libavcodec/acelp_math.h @@ -23,6 +23,8 @@ #ifndef FFMPEG_ACELP_MATH_H #define FFMPEG_ACELP_MATH_H +#include <stdint.h> + /** * \brief fixed-point implementation of cosine in [0; PI) domain * \param arg fixed-point cosine argument, 0 <= arg < 0x4000 |