From: Phil Burk Date: Sat, 17 Apr 2021 20:00:18 +0000 (-0700) Subject: paqa_devs.c: define _USE_MATH_DEFINES (#554) X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=32f5cbda7e9eca1a99463de0dbc3d5024678498d;p=portaudio paqa_devs.c: define _USE_MATH_DEFINES (#554) before including math.h Fixes #551 --- diff --git a/qa/paqa_devs.c b/qa/paqa_devs.c index 858ed78..bab5711 100644 --- a/qa/paqa_devs.c +++ b/qa/paqa_devs.c @@ -55,6 +55,7 @@ #include #include #include +#define _USE_MATH_DEFINES #include #include "portaudio.h" #include "pa_trace.h"