// [AsmJit] // Complete x86/x64 JIT and Remote Assembler for C++. // // [License] // Zlib - See LICENSE.md file in this package. // [Guard] #ifndef _ASMJIT_CONTRIB_H #define _ASMJIT_CONTRIB_H // [Dependencies - Core] #include "base.h" // [Dependencies - Contrib] #include "contrib/winremoteruntime.h" // [Guard] #endif // _ASMJIT_CONTRIB_H