summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r--libvo/gl_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 8ae94f56f3..4bffc1521f 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <ctype.h>
#include <stdbool.h>
+#include <assert.h>
#include <math.h>
#include "talloc.h"
#include "gl_common.h"
@@ -45,6 +46,8 @@
#include "aspect.h"
#include "pnm_loader.h"
#include "options.h"
+#include "sub/sub.h"
+#include "bitmap_packer.h"
//! \defgroup glgeneral OpenGL general helper functions