Added missing includes for non-precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-09-08 10:51:49 +00:00
parent 9aacdd48fb
commit 1a75e76f39
6 changed files with 10 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/button.h"
#include "wx/brush.h"
#include "wx/panel.h"

View File

@@ -27,6 +27,7 @@
#include "wx/ownerdrw.h"
#include "wx/settings.h"
#include "wx/dcmemory.h"
#include "wx/dcscreen.h"
#include "wx/os2/checklst.h"
#include "wx/log.h"

View File

@@ -20,6 +20,7 @@
#include "wx/app.h"
#include "wx/cursor.h"
#include "wx/icon.h"
#include "wx/resource.h"
#endif
#include "wx/os2/private.h"

View File

@@ -21,6 +21,7 @@
#include "wx/brush.h"
#include "wx/font.h"
#include "wx/dc.h"
#include "wx/dcscreen.h"
#include "wx/utils.h"
#include "wx/scrolwin.h"
#endif

View File

@@ -16,7 +16,9 @@
// wxWindows
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/app.h"
#include "wx/string.h"
#include "wx/settings.h"
#endif // WX_PRECOMP
#include "wx/log.h"

View File

@@ -27,6 +27,8 @@
#include "wx/app.h"
#include "wx/panel.h"
#include "wx/layout.h"
#include "wx/checkbox.h"
#include "wx/combobox.h"
#include "wx/dialog.h"
#include "wx/frame.h"
#include "wx/listbox.h"
@@ -34,6 +36,7 @@
#include "wx/msgdlg.h"
#include "wx/scrolwin.h"
#include "wx/radiobox.h"
#include "wx/radiobut.h"
#include "wx/slider.h"
#include "wx/statbox.h"
#include "wx/statusbr.h"