From: pabs Date: Sun, 19 Feb 2006 10:03:19 +0000 (+0000) Subject: Fix 1349630: forgot to #include when using std::min X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=6745c42729827bad64a429fb48bee1007ca60528;p=synfig.git Fix 1349630: forgot to #include when using std::min git-svn-id: http://svn.voria.com/code@125 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/ETL/_surface.h b/ETL/trunk/ETL/_surface.h index ae50b1e..39c1141 100644 --- a/ETL/trunk/ETL/_surface.h +++ b/ETL/trunk/ETL/_surface.h @@ -31,7 +31,7 @@ #include "_pen.h" #include "_misc.h" -//#include +#include /* === M A C R O S ========================================================= */