]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Mar 2002 16:33:16 +0000 (16:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Mar 2002 16:33:16 +0000 (16:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/helpbest.cpp
src/msw/helpchm.cpp

index 3c8df8327a528fc0a73150e2353150286524a6ab..37de613612b907a02c41a5d5277d7b60db789541 100644 (file)
@@ -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"
index 4f26427f28915dfabb734df23a02774cf18b8b1d..ab91913ff24365adea9ffca20f9620246aa52724 100644 (file)
 
 #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