summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp')
-rw-r--r--WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp b/WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp
index 4113c9e..1a2924f 100644
--- a/WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp
+++ b/WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp
@@ -30,6 +30,9 @@
#include "WorkQueueItem.h"
#include <WebCore/COMPtr.h>
+#include <WebKit/IWebFrame.h>
+#include <WebKit/IWebURLRequest.h>
+#include <WebKit/IWebView.h>
#include <WebKit/WebKit.h>
#include <JavaScriptCore/JSStringRef.h>
#include <JavaScriptCore/JSStringRefCF.h>