From: Vadim Zeitlin Date: Thu, 15 Jan 2009 12:45:22 +0000 (+0000) Subject: fix PCH-less build with wxUSE_URL_NATIVE (see #10338) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f0d9be8afb24ba3ef3af92170ec6246502b6a166 fix PCH-less build with wxUSE_URL_NATIVE (see #10338) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/urlmsw.cpp b/src/msw/urlmsw.cpp index 7c7bab29c7..94ae0483f5 100644 --- a/src/msw/urlmsw.cpp +++ b/src/msw/urlmsw.cpp @@ -23,6 +23,7 @@ #include "wx/string.h" #include "wx/utils.h" #include "wx/module.h" + #include "wx/log.h" #endif #if !wxUSE_PROTOCOL_HTTP