From 624186e4fb0622246dae7c88d1083c4913d4619f Mon Sep 17 00:00:00 2001 From: LandaMm Date: Wed, 1 Oct 2025 09:12:13 +0200 Subject: [PATCH] feat: use math defines (windows) --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index efbbf09..2578ad3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,6 @@ #include +#define _USE_MATH_DEFINES +#include #include #include #include