From 397cfa3ae9b44ad6a4cc5328e2637fa886c43e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 1 Aug 2003 21:22:01 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpchm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"