From 023a036e4bb2cf06bb05639fefc420337c1319b5 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 7 May 2024 02:12:16 +0300 Subject: [PATCH] fixed error for windows --- source/Vector3.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Vector3.cpp b/source/Vector3.cpp index eca4c01..ddeb56f 100644 --- a/source/Vector3.cpp +++ b/source/Vector3.cpp @@ -1,13 +1,12 @@ // // Created by vlad on 10/28/23. // - +#define _USE_MATH_DEFINES #include #include #include - namespace uml { bool Vector3::operator==(const Vector3 &src) const