diff options
Diffstat (limited to 'WebCore/history')
-rw-r--r-- | WebCore/history/mac/HistoryItemMac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/history/mac/HistoryItemMac.mm b/WebCore/history/mac/HistoryItemMac.mm index 52ae7be..09bf78d 100644 --- a/WebCore/history/mac/HistoryItemMac.mm +++ b/WebCore/history/mac/HistoryItemMac.mm @@ -26,7 +26,7 @@ #include "config.h" #include "HistoryItem.h" -#include "StringHash.h" +#include <wtf/text/StringHash.h> namespace WebCore { |