diff options
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index 0cb08f4..4a11061 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -6,6 +6,7 @@ #include "injection/process.h" #include "injection/mapper.h" #include "hwid/hwid.h" +#include "util/apiset.h" int main(int argc, char* argv[]) { io::log("{:x}", g_syscalls()); |