Missing headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-09-04 16:40:08 +00:00
parent 24aab8e81a
commit 4107600f20
5 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include "wx/aui/framemanager.h"
#include "wx/aui/dockart.h"
#include "wx/aui/floatpane.h"
#include "wx/control.h"
// event declarations/classes

View File

@@ -14,6 +14,7 @@
#include "wx/control.h"
#include "wx/sizer.h"
#include "wx/containr.h"
class WXDLLIMPEXP_CORE wxTextCtrl;

View File

@@ -27,6 +27,7 @@
#include "wx/settings.h"
#include "wx/button.h"
#include "wx/statbox.h"
#include "wx/toplevel.h"
#endif // WX_PRECOMP
#include "wx/listimpl.cpp"

View File

@@ -35,6 +35,7 @@
#include "wx/stattext.h"
#include "wx/filedlg.h"
#include "wx/valtext.h"
#include "wx/button.h"
#endif // WX_PRECOMP
#include "wx/filename.h"

View File

@@ -24,6 +24,9 @@
#include "wx/panel.h"
#include "wx/statbox.h"
#include "wx/sizer.h"
#include "wx/frame.h"
#include "wx/dialog.h"
#include "wx/button.h"
#endif
#include "wx/gbsizer.h"