0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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

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"