summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/llint/LLIntThunks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/llint/LLIntThunks.cpp')
-rw-r--r--Source/JavaScriptCore/llint/LLIntThunks.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/llint/LLIntThunks.cpp b/Source/JavaScriptCore/llint/LLIntThunks.cpp
index ddb0c46c2..b4d026423 100644
--- a/Source/JavaScriptCore/llint/LLIntThunks.cpp
+++ b/Source/JavaScriptCore/llint/LLIntThunks.cpp
@@ -29,8 +29,10 @@
#if ENABLE(LLINT)
#include "JSInterfaceJIT.h"
+#include "JSObject.h"
#include "LinkBuffer.h"
#include "LowLevelInterpreter.h"
+#include "ScopeChain.h"
namespace JSC { namespace LLInt {