diff options
author | jmpoep <OriginalEntryPoint@qq.com> | 2023-12-07 16:51:07 +0800 |
---|---|---|
committer | jmpoep <OriginalEntryPoint@qq.com> | 2023-12-07 16:51:07 +0800 |
commit | 28008a746a31abb7909dd86cb0cd413ac8943b0b (patch) | |
tree | a30b74b8cad548048c3c1551d652828ab76fa9bd /core/invariant/precompiled.h | |
download | vmprotect-3.5.1-master.tar vmprotect-3.5.1-master.tar.gz vmprotect-3.5.1-master.tar.bz2 vmprotect-3.5.1-master.zip |
Diffstat (limited to 'core/invariant/precompiled.h')
-rw-r--r-- | core/invariant/precompiled.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/invariant/precompiled.h b/core/invariant/precompiled.h new file mode 100644 index 0000000..f333638 --- /dev/null +++ b/core/invariant/precompiled.h @@ -0,0 +1,24 @@ +#pragma once +#ifndef ICORE_PCH +#define ICORE_PCH + +#include "../../runtime/precommon.h" + +#include <stdlib.h> +#include <ctype.h> +#include <assert.h> +#include <iostream> +#include <sstream> +#include <stdarg.h> +#include <vector> +#include <cstring> +#include <math.h> +#include <map> +#include <memory> +#include <stdexcept> + +#ifndef SCI_LEXER +#error "Please define SCI_LEXER macro for syntax highlighter" +#endif + +#endif //ICORE_PCH
\ No newline at end of file |