[FIX] Fix compilations errors

This commit is contained in:
2024-02-27 21:44:13 +01:00
parent 20aa1e6423
commit 86e31e76eb
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
#include <catch.hpp> #include <catch.hpp>
#include "tuple.h" #include "core/tuple.h"
using namespace Raytracer; using namespace Raytracer;

View File

@@ -27,7 +27,7 @@
#include <catch.hpp> #include <catch.hpp>
#include "color.h" #include "core/color.h"
using namespace Raytracer; using namespace Raytracer;

View File

@@ -27,7 +27,7 @@
#include <catch.hpp> #include <catch.hpp>
#include "canvas.h" #include "renderer/canvas.h"
using namespace Raytracer; using namespace Raytracer;