From 3893feeccdf754057fc7c7ac711ae876733f2f33 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 30 Jun 2012 18:49:33 +0300 Subject: opt/eval: Include mathematics.h for NAN/INFINITY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files use NAN/INFINITY but didn't include mathematics.h to get the fallback definitions if the system lacks the macros. Signed-off-by: Martin Storsjö --- libavutil/eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/eval.c') diff --git a/libavutil/eval.c b/libavutil/eval.c index 4d8ebf4f6e..36b5ce5dda 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -29,6 +29,7 @@ #include "avutil.h" #include "eval.h" #include "log.h" +#include "mathematics.h" typedef struct Parser { const AVClass *class; -- cgit v1.2.3