]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorPaul Cornett <paulcor@bullseye.com>
Thu, 4 Oct 2012 16:08:30 +0000 (16:08 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 4 Oct 2012 16:08:30 +0000 (16:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/webview_webkit.cpp

index 278f445f5971c811517550239535d698720f684c..843b5a016436166ba4e8681942a25ba92d4dabf1 100644 (file)
@@ -18,6 +18,7 @@
 #include "wx/gtk/private.h"
 #include "wx/filesys.h"
 #include "wx/base64.h"
+#include "wx/log.h"
 #include <webkit/webkit.h>
 
 // ----------------------------------------------------------------------------