changeset 634:68cd367b853a libavutil

Add common.h #include, necessary for av_const.
author diego
date Wed, 28 Jan 2009 08:50:10 +0000
parents 8c48a1b999a3
children 0a51400a64c9
files mathematics.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mathematics.h	Wed Jan 28 00:16:05 2009 +0000
+++ b/mathematics.h	Wed Jan 28 08:50:10 2009 +0000
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include <math.h>
+#include "common.h"
 #include "rational.h"
 
 #ifndef M_E