From fedb841dc36ac09ef5ee217de7ff6e8e4f3f5221 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Mon, 4 May 2009 13:41:26 +0000 Subject: [PATCH] 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 --- ETL/trunk/ETL/_angle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4