diff options
Diffstat (limited to 'WebCore/platform/CookieJar.h')
-rw-r--r-- | WebCore/platform/CookieJar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/CookieJar.h b/WebCore/platform/CookieJar.h index fb1abee..4793708 100644 --- a/WebCore/platform/CookieJar.h +++ b/WebCore/platform/CookieJar.h @@ -26,13 +26,13 @@ #ifndef CookieJar_h #define CookieJar_h +#include <wtf/Forward.h> #include <wtf/Vector.h> namespace WebCore { class Document; class KURL; - class String; struct Cookie; |