mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
audio/aframe: add missing include statements
Otherwise it doesn't compile if they are not indirectly included before.
This commit is contained in:
parent
83ab873497
commit
23edaf4412
@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct mp_aframe;
|
||||
struct AVFrame;
|
||||
|
Loading…
Reference in New Issue
Block a user