2010-12-29 Patrick Gansterer <paroga@webkit.org>
authorparoga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 30 Dec 2010 07:20:22 +0000 (07:20 +0000)
committerparoga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 30 Dec 2010 07:20:22 +0000 (07:20 +0000)
        Unreviewed WinCE buildfix.

        * WinCELauncher/main.cpp: Add missing include.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74784 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/WinCELauncher/main.cpp

index efe00d7..86a3559 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-29  Patrick Gansterer  <paroga@webkit.org>
+
+        Unreviewed WinCE buildfix.
+
+        * WinCELauncher/main.cpp: Add missing include.
+
 2010-12-29  Daniel Bates  <dbates@rim.com>
 
         Reviewed by Darin Adler.
index 36c6606..e0f2a51 100644 (file)
@@ -25,6 +25,7 @@
 #include "config.h"
 #include "WebView.h"
 #include <windows.h>
+#include <wtf/PassOwnPtr.h>
 
 static const LPCWSTR kMainWindowTitle = L"WebKit for WinCE";
 static const LPCWSTR kMainWindowClassName = L"MainWindowClass";