mirror of https://github.com/mpv-player/mpv
gl_video: add some missing includes
On most platforms, they are recursively included, but not all.
This commit is contained in:
parent
624fe1736e
commit
d39b131bde
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue