From: Dan Dennedy Date: Tue, 15 Feb 2011 07:03:12 +0000 (+0000) Subject: stdlib.h is more portable header for malloc/free X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=402dadf9c6026ee94fab2a00d4a9a45c621acab1;p=kdenlive stdlib.h is more portable header for malloc/free svn path=/trunk/kdenlive/; revision=5410 --- diff --git a/src/onmonitoritems/rotoscoping/nearestpoint.cpp b/src/onmonitoritems/rotoscoping/nearestpoint.cpp index fa496cfc..9b49abdd 100644 --- a/src/onmonitoritems/rotoscoping/nearestpoint.cpp +++ b/src/onmonitoritems/rotoscoping/nearestpoint.cpp @@ -9,7 +9,7 @@ from "Graphics Gems", Academic Press, 1990 /* point_on_curve.c */ #include -#include +#include #include #include "nearestpoint.h"