From 99ca26d4eb84e0071264713902e5b287fcab392e Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 26 Nov 2023 18:33:53 +0000 Subject: [PATCH] hooksystem: fix missed log include --- src/plugins/HookSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/HookSystem.cpp b/src/plugins/HookSystem.cpp index 97469e02..d7a366f3 100644 --- a/src/plugins/HookSystem.cpp +++ b/src/plugins/HookSystem.cpp @@ -1,4 +1,5 @@ #include "HookSystem.hpp" +#include "../debug/Log.hpp" #define register #include