From 942a710653f69e6569ad09b5a9962f966b9425ad Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Wed, 5 Oct 2022 11:48:56 -0300 Subject: buil Configure compilatio for MinGW --- src/rotation_3d.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/rotation_3d.cpp b/src/rotation_3d.cpp index db0ce5a..0795859 100644 --- a/src/rotation_3d.cpp +++ b/src/rotation_3d.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#define _USE_MATH_DEFINES + #include "rotation_3d.hpp" #include "vector_3d.hpp" -- cgit v1.2.3