From 22b3e42f503d0900f333c7813c1ced0c1b8a6ef1 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 25 Jun 2010 19:34:31 +0000 Subject: *** empty log message *** --- src/ftgl/FTContour.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ftgl') diff --git a/src/ftgl/FTContour.cpp b/src/ftgl/FTContour.cpp index cef1f3b..6b92812 100644 --- a/src/ftgl/FTContour.cpp +++ b/src/ftgl/FTContour.cpp @@ -33,6 +33,9 @@ static const unsigned int BEZIER_STEPS = 5; +#ifndef M_PI +#define M_PI 3.14159265358979323846 +#endif void FTContour::AddPoint(FTPoint point) { -- cgit v1.2.3