From: pabs3 Date: Mon, 4 May 2009 13:41:26 +0000 (+0000) Subject: Include stdio from the right section of _angle.h and use the C++ version X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=fedb841dc36ac09ef5ee217de7ff6e8e4f3f5221 Include stdio from the right section of _angle.h and use the C++ version git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2366 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/ETL/_angle.h b/ETL/trunk/ETL/_angle.h index b35999f..2ea3720 100644 --- a/ETL/trunk/ETL/_angle.h +++ b/ETL/trunk/ETL/_angle.h @@ -1,4 +1,3 @@ -#include /* ======================================================================== ** Extended Template and Library ** Angle Abstraction Class Implementation @@ -31,6 +30,7 @@ /* === H E A D E R S ======================================================= */ +#include #include #include