From 6e6fc03828e4f88c975d086b2a9f30a8263ae6e7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 3 Nov 2012 15:50:15 +0100 Subject: [PATCH] libav_compat: add missing includes --- libav_compat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libav_compat.h b/libav_compat.h index 825ef42f58..d057f5ea2b 100644 --- a/libav_compat.h +++ b/libav_compat.h @@ -19,6 +19,9 @@ #ifndef MPV_LIBAV_COMPAT_H #define MPV_LIBAV_COMPAT_H +#include +#include + #ifdef AV_CPU_FLAG_MMXEXT #define AV_CPU_FLAG_MMX2 AV_CPU_FLAG_MMXEXT #endif