diff options
Diffstat (limited to 'JavaScriptCore/runtime/ExceptionHelpers.cpp')
-rw-r--r-- | JavaScriptCore/runtime/ExceptionHelpers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/ExceptionHelpers.cpp b/JavaScriptCore/runtime/ExceptionHelpers.cpp index 3e0b70c..871b2d5 100644 --- a/JavaScriptCore/runtime/ExceptionHelpers.cpp +++ b/JavaScriptCore/runtime/ExceptionHelpers.cpp @@ -36,6 +36,7 @@ #include "JSNotAnObject.h" #include "Interpreter.h" #include "Nodes.h" +#include "StringConcatenate.h" namespace JSC { |