diff options
Diffstat (limited to 'WebCore/platform/mac/ThreadCheck.mm')
-rw-r--r-- | WebCore/platform/mac/ThreadCheck.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/mac/ThreadCheck.mm b/WebCore/platform/mac/ThreadCheck.mm index ddee05c..4792191 100644 --- a/WebCore/platform/mac/ThreadCheck.mm +++ b/WebCore/platform/mac/ThreadCheck.mm @@ -26,9 +26,9 @@ #import "config.h" #import "ThreadCheck.h" -#import "StringHash.h" #import <wtf/HashSet.h> #import <wtf/StdLibExtras.h> +#include <wtf/text/StringHash.h> namespace WebCore { |