From 825417a41953d63b922c4dc20076e071fd8bcc33 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 4 Oct 2012 16:08:30 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/webview_webkit.cpp | 1 + 1 file changed, 1 insertion(+) 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 // ---------------------------------------------------------------------------- -- 2.45.2