summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/API/JSBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/API/JSBase.cpp')
-rw-r--r--JavaScriptCore/API/JSBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/API/JSBase.cpp b/JavaScriptCore/API/JSBase.cpp
index ebfeafa..c5f1b15 100644
--- a/JavaScriptCore/API/JSBase.cpp
+++ b/JavaScriptCore/API/JSBase.cpp
@@ -38,6 +38,7 @@
#include <runtime/JSGlobalObject.h>
#include <runtime/JSLock.h>
#include <runtime/JSObject.h>
+#include <wtf/text/StringHash.h>
using namespace JSC;