Chromium Code Reviews| Index: Source/wtf/HashTable.h |
| diff --git a/Source/wtf/HashTable.h b/Source/wtf/HashTable.h |
| index 88615b268eeadb0d712a71494f3cacd58da84bd5..ce35b6ef2b2f55153cf4196bc927bc3e3f45252e 100644 |
| --- a/Source/wtf/HashTable.h |
| +++ b/Source/wtf/HashTable.h |
| @@ -26,6 +26,7 @@ |
| #include "wtf/Assertions.h" |
| #include "wtf/FastMalloc.h" |
| #include "wtf/HashTraits.h" |
| +#include "wtf/text/StringHash.h" |
| #include <string.h> |
| #define DUMP_HASHTABLE_STATS 0 |