summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/osd.c')
-rw-r--r--video/out/opengl/osd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/video/out/opengl/osd.c b/video/out/opengl/osd.c
index 7030e8d8f4..374f737f41 100644
--- a/video/out/opengl/osd.c
+++ b/video/out/opengl/osd.c
@@ -21,7 +21,10 @@
#include <libavutil/common.h>
-#include "formats.h"
+#include "common/common.h"
+#include "common/msg.h"
+#include "video/csputils.h"
+#include "video/mp_image.h"
#include "osd.h"
#define GLSL(x) gl_sc_add(sc, #x "\n");