]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/JumpTable.cpp
JavaScriptCore-1097.13.tar.gz
[apple/javascriptcore.git] / bytecode / JumpTable.cpp
index 175c1b349c7f21d6bf55963135f61dbec7b8c642..ef7098b65695a61d6a5aa021dd50d72fd51e93d5 100644 (file)
@@ -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)