diff rangecoder.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents ce36118abbbb
children 9ecbfc0c82bf
line wrap: on
line diff
--- a/rangecoder.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/rangecoder.h	Sat Jun 16 22:59:13 2007 +0000
@@ -25,6 +25,10 @@
  * Range coder.
  */
 
+#include <stdint.h>
+#include <assert.h>
+#include "common.h"
+
 typedef struct RangeCoder{
     int low;
     int range;