diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertyNameArray.cpp')
-rw-r--r-- | Source/JavaScriptCore/runtime/PropertyNameArray.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertyNameArray.cpp b/Source/JavaScriptCore/runtime/PropertyNameArray.cpp index afb41be..8efb406 100644 --- a/Source/JavaScriptCore/runtime/PropertyNameArray.cpp +++ b/Source/JavaScriptCore/runtime/PropertyNameArray.cpp @@ -21,6 +21,8 @@ #include "config.h" #include "PropertyNameArray.h" +#include "JSObject.h" +#include "ScopeChain.h" #include "Structure.h" #include "StructureChain.h" |