diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-10-05 11:48:56 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-10-05 11:48:56 -0300 |
commit | 942a710653f69e6569ad09b5a9962f966b9425ad (patch) | |
tree | 5288b9247d25a558e45333c413ee6ce70ba498e1 /src | |
parent | 2032daa62db8c2c70ab36ee14f0f4e87c2a68278 (diff) |
buil Configure compilatio for MinGW
Diffstat (limited to 'src')
-rw-r--r-- | src/rotation_3d.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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" |