From 730078f8ac0a75a75a49060c42c2fc8ec96939a0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 7 Jan 2009 08:51:47 +0000 Subject: [PATCH] Added missing includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpchm.cpp | 2 +- src/msw/helpwin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index a9c663e74a..e88789a042 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -18,7 +18,7 @@ #if wxUSE_HELP && wxUSE_MS_HTML_HELP -#include "wx/filefn.h" +#include "wx/filename.h" #include "wx/msw/helpchm.h" #include "wx/dynload.h" diff --git a/src/msw/helpwin.cpp b/src/msw/helpwin.cpp index 919c311214..72339e4d98 100644 --- a/src/msw/helpwin.cpp +++ b/src/msw/helpwin.cpp @@ -21,7 +21,7 @@ #ifndef WX_PRECOMP #endif -#include "wx/filefn.h" +#include "wx/filename.h" #include "wx/msw/helpwin.h" #include -- 2.45.2