diff options
Diffstat (limited to 'JavaScriptCore/bytecode/JumpTable.cpp')
-rw-r--r-- | JavaScriptCore/bytecode/JumpTable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/bytecode/JumpTable.cpp b/JavaScriptCore/bytecode/JumpTable.cpp index 175c1b3..ef7098b 100644 --- a/JavaScriptCore/bytecode/JumpTable.cpp +++ b/JavaScriptCore/bytecode/JumpTable.cpp @@ -30,6 +30,8 @@ #include "config.h" #include "JumpTable.h" +#include <wtf/text/StringHash.h> + namespace JSC { int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) |