From 33b2591f31e63eba5d7cddc4016a2384df60cf1f Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 26 Mar 2025 13:46:28 -0500 Subject: [PATCH] include --- src/App.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.h b/src/App.h index 8e309b5..c3a82df 100644 --- a/src/App.h +++ b/src/App.h @@ -2,7 +2,7 @@ #define APP_H #include "pch.hpp" -#include "Module/Module.h" +#include "utils/Module/Module.h" namespace Archimedes {