diff mathematics.h @ 468:b76b4c3a5dde libavutil

Add missing stdint.h #include to headers that use it.
author diego
date Thu, 13 Mar 2008 00:20:15 +0000
parents d0f3bb6e367e
children 8d25a4b50588
line wrap: on
line diff
--- a/mathematics.h	Wed Mar 12 23:58:46 2008 +0000
+++ b/mathematics.h	Thu Mar 13 00:20:15 2008 +0000
@@ -21,6 +21,7 @@
 #ifndef FFMPEG_MATHEMATICS_H
 #define FFMPEG_MATHEMATICS_H
 
+#include <stdint.h>
 #include "rational.h"
 
 enum AVRounding {