fixed error for windows

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent b11fdb8b26
commit 023a036e4b

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