summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp')
-rw-r--r--Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp b/Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp
index c2a178b..c8f2116 100644
--- a/Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp
+++ b/Source/WebCore/platform/graphics/win/WKCAImageQueue.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
+#include "WKCAImageQueue.h"
#if USE(ACCELERATED_COMPOSITING)
-#include "WKCAImageQueue.h"
-
+#include <CoreFoundation/CoreFoundation.h>
#include <WebKitSystemInterface/WebKitSystemInterface.h>
#include <wtf/RetainPtr.h>