]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing headers.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 4 Sep 2006 16:40:08 +0000 (16:40 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 4 Sep 2006 16:40:08 +0000 (16:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/aui/auibook.h
include/wx/pickerbase.h
src/common/sizer.cpp
src/generic/dbgrptg.cpp
src/xrc/xh_sizer.cpp

index 5a669c3920e98e5ce5420ee277c03171954b9c4b..5c0b00f54934e3d13efc4ce50d9db3fe551ae67d 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/aui/framemanager.h"
 #include "wx/aui/dockart.h"
 #include "wx/aui/floatpane.h"
 #include "wx/aui/framemanager.h"
 #include "wx/aui/dockart.h"
 #include "wx/aui/floatpane.h"
+#include "wx/control.h"
 
 
 // event declarations/classes
 
 
 // event declarations/classes
index 9cf2822c602467a78c0cc7593c341bd1139f08ae..417767664c0238e820f5c31101ea47516f0f4ccb 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "wx/control.h"
 #include "wx/sizer.h"
 
 #include "wx/control.h"
 #include "wx/sizer.h"
+#include "wx/containr.h"
 
 class WXDLLIMPEXP_CORE wxTextCtrl;
 
 
 class WXDLLIMPEXP_CORE wxTextCtrl;
 
index ed390865d604d3471cc6f6b798394d6603deb7bd..9d6d50de0b35cfc962d559c30ffbdf2039dc65c0 100644 (file)
@@ -27,6 +27,7 @@
     #include "wx/settings.h"
     #include "wx/button.h"
     #include "wx/statbox.h"
     #include "wx/settings.h"
     #include "wx/button.h"
     #include "wx/statbox.h"
+    #include "wx/toplevel.h"
 #endif // WX_PRECOMP
 
 #include "wx/listimpl.cpp"
 #endif // WX_PRECOMP
 
 #include "wx/listimpl.cpp"
index 8bac4199c789ebe3382aecf77dd62770a3609679..38b6e8534f8b8caf4fa8f2a75a8c64ff3b4dd73d 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/stattext.h"
     #include "wx/filedlg.h"
     #include "wx/valtext.h"
     #include "wx/stattext.h"
     #include "wx/filedlg.h"
     #include "wx/valtext.h"
+    #include "wx/button.h"
 #endif // WX_PRECOMP
 
 #include "wx/filename.h"
 #endif // WX_PRECOMP
 
 #include "wx/filename.h"
index 46f6a191c1484aea29d7fc5118d465b1324e4794..d3cccfcf944b1cb1f80436b2d516d979bbf3e843 100644 (file)
@@ -24,6 +24,9 @@
     #include "wx/panel.h"
     #include "wx/statbox.h"
     #include "wx/sizer.h"
     #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"
 #endif
 
 #include "wx/gbsizer.h"