diff options
-rw-r--r-- | openscad.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ #include <fstream> #include <iostream> +// for win32 and maybe others.. +#ifndef M_PI +# define M_PI 3.14159265358979323846 +#endif + class Value; class Expression; |