From: Paul Cornett Date: Thu, 4 Oct 2012 16:08:30 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/825417a41953d63b922c4dc20076e071fd8bcc33 non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/webview_webkit.cpp b/src/gtk/webview_webkit.cpp index 278f445f59..843b5a0164 100644 --- a/src/gtk/webview_webkit.cpp +++ b/src/gtk/webview_webkit.cpp @@ -18,6 +18,7 @@ #include "wx/gtk/private.h" #include "wx/filesys.h" #include "wx/base64.h" +#include "wx/log.h" #include // ----------------------------------------------------------------------------