From 3ec372c84ff935ed6b81fd3f6ec0310cb142c98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 22 Dec 2004 09:21:42 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/winpars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" //-----------------------------------------------------------------------------