From 8359524cdb2395352b04062cf7d5a1872b3be51f Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 27 Aug 2024 14:57:56 +0300 Subject: [PATCH] fixed unit test --- tests/UnitTestMatrix.cpp | 2 +- tests/UnitTestProjection.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UnitTestMatrix.cpp b/tests/UnitTestMatrix.cpp index dceb264..a86692f 100644 --- a/tests/UnitTestMatrix.cpp +++ b/tests/UnitTestMatrix.cpp @@ -2,7 +2,7 @@ // Created by vlad on 5/18/2024. // #include -#include +#include #include diff --git a/tests/UnitTestProjection.cpp b/tests/UnitTestProjection.cpp index df7eaeb..c232da9 100644 --- a/tests/UnitTestProjection.cpp +++ b/tests/UnitTestProjection.cpp @@ -2,7 +2,7 @@ // Created by Vlad on 27.08.2024. // #include -#include +#include #include #include