From 23edaf4412e378dabf061b6e852f7314b38b8020 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jan 2018 01:41:29 +0100 Subject: audio/aframe: add missing include statements Otherwise it doesn't compile if they are not indirectly included before. --- audio/aframe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio') diff --git a/audio/aframe.h b/audio/aframe.h index 9ce19cdee1..8ea676c198 100644 --- a/audio/aframe.h +++ b/audio/aframe.h @@ -1,6 +1,8 @@ #pragma once #include +#include +#include struct mp_aframe; struct AVFrame; -- cgit v1.2.3