From beb4204bbbd42cadd057358e79966d4350c3a3e8 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Wed, 2 May 2012 07:29:15 +0200 Subject: [PATCH] Include libavutil/mathematics.h explictly in AVIDump.cpp. Fixes issue #5266. --- Source/Core/VideoCommon/Src/AVIDump.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/Src/AVIDump.cpp b/Source/Core/VideoCommon/Src/AVIDump.cpp index 670693690b..4c31798d9f 100644 --- a/Source/Core/VideoCommon/Src/AVIDump.cpp +++ b/Source/Core/VideoCommon/Src/AVIDump.cpp @@ -211,6 +211,7 @@ extern "C" { #include #include #include +#include } AVFormatContext *s_FormatContext = NULL;