fixed tests includes

This commit is contained in:
2025-03-21 04:58:28 +03:00
parent 213be0de82
commit d8c653d730
13 changed files with 29 additions and 30 deletions

View File

@@ -2,10 +2,10 @@
// Created by Vlad on 02.09.2024.
//
#include <gtest/gtest.h>
#include <omath/Vector2.hpp>
#include <cmath> // For std::isinf and std::isnan
#include <cfloat> // For FLT_MAX and FLT_MIN
#include <cmath> // For std::isinf and std::isnan
#include <gtest/gtest.h>
#include <omath/vector2.hpp>
using namespace omath;