mirror of https://github.com/mpv-player/mpv
hwdec_cuda_vk: add missing io.h include
Fixes compilation on Windows with cuda enabled.
This commit is contained in:
parent
552c4552a2
commit
3874145248
|
@ -25,6 +25,8 @@
|
|||
#include <libavutil/hwcontext_cuda.h>
|
||||
#include <libplacebo/vulkan.h>
|
||||
|
||||
#include "osdep/io.h"
|
||||
|
||||
#if HAVE_WIN32_DESKTOP
|
||||
#include <versionhelpers.h>
|
||||
#define HANDLE_TYPE PL_HANDLE_WIN32
|
||||
|
|
Loading…
Reference in New Issue