Added missing includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-15 08:41:00 +00:00
parent bbd41262ca
commit de8e98f133
2 changed files with 4 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
#if wxUSE_LOG_DIALOG #if wxUSE_LOG_DIALOG
#include "wx/datetime.h" #include "wx/datetime.h"
#include "wx/listctrl.h" #include "wx/listctrl.h"
#include "wx/imaglist.h"
#include "wx/image.h" #include "wx/image.h"
#else // !wxUSE_TEXTFILE #else // !wxUSE_TEXTFILE
#include "wx/msgdlg.h" #include "wx/msgdlg.h"

View File

@@ -33,13 +33,14 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/app.h" #include "wx/app.h"
#include "wx/textctrl.h"
#include "wx/imaglist.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/settings.h" #include "wx/settings.h"
#endif #endif
#include "wx/textctrl.h"
#include "wx/imaglist.h"
#include "wx/listctrl.h" #include "wx/listctrl.h"
#include "wx/msw/private.h" #include "wx/msw/private.h"