From adfa86ebe9299184b7be522e4c17263d66b448c1 Mon Sep 17 00:00:00 2001 From: Anish Bhobe Date: Sat, 10 May 2025 18:01:22 +0200 Subject: [PATCH] fix: obnoxious error of "util/logger". --- aster/include/aster/core/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aster/include/aster/core/global.h b/aster/include/aster/core/global.h index 443db8b..2e95fd4 100644 --- a/aster/include/aster/core/global.h +++ b/aster/include/aster/core/global.h @@ -7,7 +7,7 @@ #include "config.h" #include "constants.h" -#include "util/logger.h" +#include "aster/util/logger.h" #include #include