MSVC Windows build fix. Forward declaring Document in CookieJar.h
seems not enough for MSVC.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29567
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-17 Simon Hausmann <hausmann@webkit.org>
+
+ MSVC Windows build fix. Forward declaring Document in CookieJar.h
+ seems not enough for MSVC.
+
+ * platform/network/win/CookieJarWin.cpp:
+
2008-01-17 Simon Hausmann <hausmann@webkit.org>
Reviewed by Maciej, Lars, Holger.
#include "KURL.h"
#include "PlatformString.h"
#include "DeprecatedString.h"
+#include "Document.h"
#include "ResourceHandle.h"
#include <windows.h>
#if USE(CFNETWORK)