diff options
Diffstat (limited to 'WebCore/svg/animation/SMILTimeContainer.h')
-rw-r--r-- | WebCore/svg/animation/SMILTimeContainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/animation/SMILTimeContainer.h b/WebCore/svg/animation/SMILTimeContainer.h index dde41f1..4664c68 100644 --- a/WebCore/svg/animation/SMILTimeContainer.h +++ b/WebCore/svg/animation/SMILTimeContainer.h @@ -30,12 +30,12 @@ #include "PlatformString.h" #include "SMILTime.h" -#include "StringHash.h" #include "Timer.h" #include <wtf/HashMap.h> #include <wtf/HashSet.h> #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> +#include <wtf/text/StringHash.h> namespace WebCore { |