diff options
Diffstat (limited to 'Source/JavaScriptCore/jit/JSInterfaceJIT.h')
-rw-r--r-- | Source/JavaScriptCore/jit/JSInterfaceJIT.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/jit/JSInterfaceJIT.h b/Source/JavaScriptCore/jit/JSInterfaceJIT.h index d54dedc1a..05d1ce5ad 100644 --- a/Source/JavaScriptCore/jit/JSInterfaceJIT.h +++ b/Source/JavaScriptCore/jit/JSInterfaceJIT.h @@ -26,8 +26,10 @@ #ifndef JSInterfaceJIT_h #define JSInterfaceJIT_h +#include "BytecodeConventions.h" #include "JITCode.h" #include "JITStubs.h" +#include "JSString.h" #include "JSValue.h" #include "MacroAssembler.h" #include "RegisterFile.h" |