summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/bytecode/JumpTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/bytecode/JumpTable.cpp')
-rw-r--r--JavaScriptCore/bytecode/JumpTable.cpp2
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)