From 9fcaaedd89f458b71a4ddc5c276bf061448e702d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 10 Mar 2002 16:33:16 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpbest.cpp | 1 + src/msw/helpchm.cpp | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 3c8df8327a..37de613612 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -25,6 +25,7 @@ #endif #include "wx/filefn.h" +#include "wx/log.h" #if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP #include "wx/msw/helpchm.h" diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 4f26427f28..ab91913ff2 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -27,6 +27,11 @@ #include "wx/dynlib.h" +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/app.h" +#endif + #include "wx/msw/private.h" // instead of including htmlhelp.h, duplicate the things from it we need here -- 2.45.2