gl_video: add some missing includes

On most platforms, they are recursively included, but not all.
This commit is contained in:
wm4 2013-03-30 04:01:17 +01:00
parent 624fe1736e
commit d39b131bde
1 changed files with 8 additions and 0 deletions

View File

@ -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"