hooksystem: fix missed log include

This commit is contained in:
Vaxry 2023-11-26 18:33:53 +00:00
parent e416ab740d
commit 99ca26d4eb
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "HookSystem.hpp"
#include "../debug/Log.hpp"
#define register
#include <udis86.h>