diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp')
-rw-r--r-- | Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp b/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp index aa682da86..6d9afda28 100644 --- a/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp +++ b/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp @@ -26,6 +26,8 @@ #include "config.h" #include "ArrayAllocationProfile.h" +#include "Operations.h" + namespace JSC { void ArrayAllocationProfile::updateIndexingType() |