1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

vo_gpu_next: fix win32 io wrap

Fixes 84015959cc
This commit is contained in:
nanahi 2024-02-25 16:09:36 -05:00 committed by sfan5
parent 63870ec225
commit 6ecdedabe5

View File

@ -36,6 +36,7 @@
#include "options/m_config.h"
#include "options/options.h"
#include "options/path.h"
#include "osdep/io.h"
#include "osdep/threads.h"
#include "stream/stream.h"
#include "video/fmt-conversion.h"