Include stdio from the right section of _angle.h and use the C++ version
authorpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 4 May 2009 13:41:26 +0000 (13:41 +0000)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:28:55 +0000 (16:28 +0200)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2366 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/_angle.h

index b35999f..2ea3720 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdio.h>
 /* ========================================================================
 ** Extended Template and Library
 ** Angle Abstraction Class Implementation
@@ -31,6 +30,7 @@
 
 /* === H E A D E R S ======================================================= */
 
+#include <cstdio>
 #include <cmath>
 #include <functional>