diff options
Diffstat (limited to 'client/src/shellcode/shellcode.h')
| -rw-r--r-- | client/src/shellcode/shellcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/shellcode/shellcode.h b/client/src/shellcode/shellcode.h index 5f0e135..4a87dca 100644 --- a/client/src/shellcode/shellcode.h +++ b/client/src/shellcode/shellcode.h @@ -1,6 +1,6 @@ #pragma once -#include <asmjit/src/asmjit/asmjit.h> +#include <asmjit/asmjit.h> using namespace asmjit; |