From: Vadim Zeitlin Date: Sat, 7 Mar 2009 15:08:52 +0000 (+0000) Subject: compilation fix: add missing header after r59404 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ffe958687e4bbd2b077412397399af4f6ba3650 compilation fix: add missing header after r59404 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/protocol.cpp b/src/common/protocol.cpp index 2dfb4b40ab..00a1979692 100644 --- a/src/common/protocol.cpp +++ b/src/common/protocol.cpp @@ -26,6 +26,7 @@ #endif #include "wx/url.h" +#include "wx/log.h" #include