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

@@ -3,8 +3,8 @@
//
#include <complex>
#include <gtest/gtest.h>
#include <omath/engines/source_engine/Camera.hpp>
#include <omath/projection/Camera.hpp>
#include <omath/engines/source_engine/camera.hpp>
#include <omath/projection/camera.hpp>
#include <print>
TEST(UnitTestProjection, Projection)