From: ehofman Date: Thu, 27 Oct 2005 08:21:00 +0000 (+0000) Subject: MSVC fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cfbc0a1579a75232eb944c4d2701918e568a510c;p=simgear.git MSVC fix. --- diff --git a/simgear/constants.h b/simgear/constants.h index b77a7965..e3bd3c1e 100644 --- a/simgear/constants.h +++ b/simgear/constants.h @@ -32,6 +32,9 @@ #include +#ifdef _MSC_VER +# define _USE_MATH_DEFINES +#endif #ifdef SG_HAVE_STD_INCLUDES # include #else