diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp')
-rw-r--r-- | Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp b/Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp index 55334be2f..f586ed089 100644 --- a/Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp +++ b/Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp @@ -30,6 +30,7 @@ #include "CodeBlock.h" #include "JITExceptions.h" #include "LLIntCommon.h" +#include "JSCInlines.h" namespace JSC { namespace CommonSlowPaths { |