From efefe6e2fd22271a7248c3d7ff817056c0db401d Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 4 Apr 2026 16:23:32 +0200 Subject: [PATCH] Add Logger header --- external/includes/CommonHeaders.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/includes/CommonHeaders.h b/external/includes/CommonHeaders.h index 5969261..3dd0922 100644 --- a/external/includes/CommonHeaders.h +++ b/external/includes/CommonHeaders.h @@ -11,4 +11,5 @@ #include "Cheats.h" #include "ObfuscateString.h" #include "Memory.hpp" -#include "Maths.hpp" \ No newline at end of file +#include "Maths.hpp" +#include "Logger.hpp" \ No newline at end of file