diff options
Diffstat (limited to 'JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp')
-rw-r--r-- | JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp b/JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp index e377ea0..7e6bb63 100644 --- a/JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp +++ b/JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp @@ -33,6 +33,7 @@ #include "JSWeakObjectMapRefInternal.h" #include <wtf/HashMap.h> #include <wtf/RefCounted.h> +#include <wtf/text/StringHash.h> using namespace WTF; using namespace JSC; |