fixed tests includes

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

View File

@@ -1,10 +1,10 @@
//
// Created by Orange on 1/6/2025.
//
#include "omath/Triangle.hpp"
#include <cmath> // For std::sqrt, std::isinf, std::isnan
#include <gtest/gtest.h>
#include <omath/Vector3.hpp>
#include <cmath> // For std::sqrt, std::isinf, std::isnan
#include <omath/vector3.hpp>
#include "omath/triangle.hpp"
using namespace omath;