From 54a268365b2cde894dd73d64b2a463107ff9d30a Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Jul 31 2018 10:07:44 +0000 Subject: contourgl: M_PI --- diff --git a/c++/contourgl/geometry.h b/c++/contourgl/geometry.h index 4df5f39..ea6f4c6 100644 --- a/c++/contourgl/geometry.h +++ b/c++/contourgl/geometry.h @@ -23,6 +23,11 @@ #include +#ifndef M_PI +#define M_PI 3.14159265358979323846 +#endif + + typedef double Real; template