diff options
| author | auth12 <[email protected]> | 2020-07-19 11:45:43 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-19 11:45:43 -0700 |
| commit | 4e6a09d486ed462ee4cf38c3735a12d530dc09d4 (patch) | |
| tree | a67ccac41fef7a412b4357fbe54582cc4b692863 /client/src/shellcode/shellcode.h | |
| parent | Deleted asmjit submodule (diff) | |
| download | loader-4e6a09d486ed462ee4cf38c3735a12d530dc09d4.tar.xz loader-4e6a09d486ed462ee4cf38c3735a12d530dc09d4.zip | |
Added asmjit.
Fixed solution file.
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; |