Added missing includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2009-01-07 08:51:47 +00:00
parent b815db2226
commit 730078f8ac
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -21,7 +21,7 @@
#ifndef WX_PRECOMP
#endif
#include "wx/filefn.h"
#include "wx/filename.h"
#include "wx/msw/helpwin.h"
#include <time.h>