summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-24 14:55:30 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-24 14:55:30 +0000
commitdfcb6b56f9e58106b6520af8c5fa6760556919eb (patch)
treec45d1cb1f0a9b77ea94a7415f713a3f939c3be5c /libavutil/mathematics.c
parentda837937c6631ffd37f3bdc7c7d2ddd7658e4c13 (diff)
Directly #include a bunch of indirectly #included headers.
Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/mathematics.c')
-rw-r--r--libavutil/mathematics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c
index eed2241471..8b37cf20fd 100644
--- a/libavutil/mathematics.c
+++ b/libavutil/mathematics.c
@@ -23,6 +23,7 @@
* Miscellaneous math routines and tables.
*/
+#include <assert.h>
#include "common.h"
#include "mathematics.h"