From: Václav Slavík Date: Wed, 22 Dec 2004 09:21:42 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ec372c84ff935ed6b81fd3f6ec0310cb142c98d compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index 2c20d8858f..5e723b76db 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -32,7 +32,7 @@ #include "wx/fontmap.h" #include "wx/log.h" #include "wx/settings.h" -#include "wx/url.h" +#include "wx/uri.h" //-----------------------------------------------------------------------------