From b80b1fbc4da147911099a27a8ad3d677a122ee21 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 20:07:05 +0100 Subject: Fixed include --- src/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game.cpp b/src/Game.cpp index 7c7e2d3..f869f51 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -1,5 +1,5 @@ #include "Game.hpp" -#include "../Utils/Utils.hpp" +#include "Utils.hpp" #include #include -- cgit v1.2.3