From bf24ea7ae0a2f81fbf1c302fe16d8555ce0e7c23 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Thu, 30 May 2013 09:11:35 -0700 Subject: [PATCH] Fix missing math.h include when lrint was added. --- src/framework/mlt_profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/mlt_profile.c b/src/framework/mlt_profile.c index ad51e54d..d23cd4b8 100644 --- a/src/framework/mlt_profile.c +++ b/src/framework/mlt_profile.c @@ -26,6 +26,7 @@ #include #include #include +#include /** the default subdirectory of the datadir for holding profiles */ -- 2.39.2