diff options
Diffstat (limited to 'WebCore/html/DateComponents.h')
-rw-r--r-- | WebCore/html/DateComponents.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/DateComponents.h b/WebCore/html/DateComponents.h index a15d558..efc3248 100644 --- a/WebCore/html/DateComponents.h +++ b/WebCore/html/DateComponents.h @@ -32,12 +32,11 @@ #define DateComponents_h #include <limits> +#include <wtf/Forward.h> #include <wtf/unicode/Unicode.h> namespace WebCore { -class String; - // A DateComponents instance represents one of the following date and time combinations: // * Month type: year-month // * Date type: year-month-day |