summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index c428923a5d..a1017751e2 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -28,6 +28,8 @@
* ratecontrol header.
*/
+#include <stdio.h>
+#include <stdint.h>
#include "eval.h"
typedef struct Predictor{