git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add common.h #include, necessary for av_const.
[ffmpeg.git]
/
libavutil
/
mathematics.h
diff --git
a/libavutil/mathematics.h
b/libavutil/mathematics.h
index
9c8e389
..
782efcc
100644
(file)
--- a/
libavutil/mathematics.h
+++ b/
libavutil/mathematics.h
@@
-23,6
+23,7
@@
#include <stdint.h>
#include <math.h>
+#include "common.h"
#include "rational.h"
#ifndef M_E