mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
fixed error for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user