From bfdba3ddde691662483727dc700fb8569411818b Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Jul 2015 10:51:40 +0000 Subject: ruby/missing.h: M_PI fallback definition * include/ruby/missing.h (M_PI, M_PI_2): fallback definitions for VC6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index 50d53afcde..beaf6713a1 100644 --- a/complex.c +++ b/complex.c @@ -5,12 +5,12 @@ which is written in ruby. */ -#include "internal.h" #if defined _MSC_VER /* Microsoft Visual C does not define M_PI and others by default */ # define _USE_MATH_DEFINES 1 #endif #include +#include "internal.h" #define NDEBUG #include -- cgit v1.2.3