fixed error for windows

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent 4c6fbf21f4
commit fa6c00c09f

View File

@@ -1,13 +1,12 @@
//
// Created by vlad on 10/28/23.
//
#define _USE_MATH_DEFINES
#include <uml/Vector3.h>
#include <cmath>
#include <uml/angles.h>
namespace uml
{
bool Vector3::operator==(const Vector3 &src) const