diff options
Diffstat (limited to 'JavaScriptCore/runtime/FunctionConstructor.cpp')
-rw-r--r-- | JavaScriptCore/runtime/FunctionConstructor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/FunctionConstructor.cpp b/JavaScriptCore/runtime/FunctionConstructor.cpp index a036eef..f72a273 100644 --- a/JavaScriptCore/runtime/FunctionConstructor.cpp +++ b/JavaScriptCore/runtime/FunctionConstructor.cpp @@ -31,6 +31,7 @@ #include "Nodes.h" #include "Parser.h" #include "StringBuilder.h" +#include "StringConcatenate.h" namespace JSC { |