summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 22f4100e9a..875eb7eb38 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -21,8 +21,16 @@
*/
#include <assert.h>
+#include <math.h>
+#include <stdbool.h>
+#include <string.h>
+#include <assert.h>
+
+#include <libavutil/common.h>
#include "gl_video.h"
+
+#include "core/bstr.h"
#include "gl_common.h"
#include "gl_osd.h"
#include "filter_kernels.h"