From 1ffe958687e4bbd2b077412397399af4f6ba3650 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Mar 2009 15:08:52 +0000 Subject: [PATCH] compilation fix: add missing header after r59404 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/protocol.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2