diff system/System.h @ 1059:7598a78cf915 tonioni

M_PI
author Chris Cannam
date Mon, 30 Mar 2015 16:58:01 +0100
parents cc27f35aa75c
children 9cdb4206aceb
line wrap: on
line diff
--- a/system/System.h	Wed Mar 25 10:54:51 2015 +0000
+++ b/system/System.h	Mon Mar 30 16:58:01 2015 +0100
@@ -156,6 +156,10 @@
 
 #include <cmath>
 
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif
+
 extern double mod(double x, double y);
 extern float modf(float x, float y);