File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
toolchain/toolchain/stdincludes/horizon Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
3+ #include < cstdint>
34#include < string>
45#include < unordered_map>
56#include < stdlib.h>
Original file line number Diff line number Diff line change 55#include < fstream>
66#include < functional>
77#include < map>
8+
89#include " modules.h"
910
1011namespace SignalHandler {
Original file line number Diff line number Diff line change 1+ #include < cstdint>
12#include < stdlib.h>
23#include < functional>
34#include < logger.h>
45#include < hook.h>
56#include < stdarg.h>
67#include < jni.h>
78#include < mod.h>
9+ #include < string>
810#include < map>
911
1012
Original file line number Diff line number Diff line change 55#ifndef HORIZON_VTABLE_H
66#define HORIZON_VTABLE_H
77
8- #include < string.h >
8+ #include < string>
99
1010namespace VTableManager {
1111 int __vtable_index (void *, const char *);
You can’t perform that action at this time.
0 commit comments