From 4107600f205d9d4951c0ffaa4aadb1bc2b75dcf2 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 4 Sep 2006 16:40:08 +0000 Subject: [PATCH] Missing headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/auibook.h | 1 + include/wx/pickerbase.h | 1 + src/common/sizer.cpp | 1 + src/generic/dbgrptg.cpp | 1 + src/xrc/xh_sizer.cpp | 3 +++ 5 files changed, 7 insertions(+) diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index 5a669c3920..5c0b00f549 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -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 diff --git a/include/wx/pickerbase.h b/include/wx/pickerbase.h index 9cf2822c60..417767664c 100644 --- a/include/wx/pickerbase.h +++ b/include/wx/pickerbase.h @@ -14,6 +14,7 @@ #include "wx/control.h" #include "wx/sizer.h" +#include "wx/containr.h" class WXDLLIMPEXP_CORE wxTextCtrl; diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index ed390865d6..9d6d50de0b 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -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" diff --git a/src/generic/dbgrptg.cpp b/src/generic/dbgrptg.cpp index 8bac4199c7..38b6e8534f 100644 --- a/src/generic/dbgrptg.cpp +++ b/src/generic/dbgrptg.cpp @@ -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" diff --git a/src/xrc/xh_sizer.cpp b/src/xrc/xh_sizer.cpp index 46f6a191c1..d3cccfcf94 100644 --- a/src/xrc/xh_sizer.cpp +++ b/src/xrc/xh_sizer.cpp @@ -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" -- 2.45.2