From 5ac3326a1e546b0b6a04a088e3a6abce9e956531 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 8 Feb 2023 08:21:56 +0100 Subject: [PATCH] common : fix MSVC math include --- examples/common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/common.cpp b/examples/common.cpp index 3da76b7cbff..0bf8f60a10a 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -5,6 +5,7 @@ #define DR_WAV_IMPLEMENTATION #include "dr_wav.h" +#define _USE_MATH_DEFINES #include #include