From: Václav Slavík Date: Fri, 1 Aug 2003 21:22:01 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/397cfa3ae9b44ad6a4cc5328e2637fa886c43e12 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index cf90de12e9..ff0459bd6f 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -25,7 +25,7 @@ #include "wx/filefn.h" #include "wx/msw/helpchm.h" -#include "wx/dynlib.h" +#include "wx/dynload.h" #ifndef WX_PRECOMP #include "wx/intl.h"