From 70cbf33405f50dfaf77e85f382a188acf17dc71a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Nov 2013 18:16:46 +0100 Subject: vdpau: Add missing #includes to fix standalone header compilation Signed-off-by: Anton Khirnov --- libavcodec/vdpau.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/vdpau.h') diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 8bedea54ba..4035f6304e 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -52,6 +52,10 @@ #include #include +#include "libavutil/attributes.h" + +#include "version.h" + #if FF_API_BUFS_VDPAU union AVVDPAUPictureInfo { VdpPictureInfoH264 h264; -- cgit v1.2.3