From: Dan Dennedy Date: Thu, 30 May 2013 16:11:35 +0000 (-0700) Subject: Fix missing math.h include when lrint was added. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bf24ea7ae0a2f81fbf1c302fe16d8555ce0e7c23;p=mlt Fix missing math.h include when lrint was added. --- 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 */