]> git.saurik.com Git - wxWidgets.git/commitdiff
include fixes
authorPaul Cornett <paulcor@bullseye.com>
Wed, 6 Sep 2006 17:37:30 +0000 (17:37 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 6 Sep 2006 17:37:30 +0000 (17:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/calendar/calendar.cpp
samples/wizard/wizard.cpp

index 580de98986129efad3b9102676a48d4a8aec5f2f..6370bb2411f903b242f13b4b75209695cb9d67e4 100644 (file)
     #include "wx/layout.h"
     #include "wx/msgdlg.h"
     #include "wx/icon.h"
+    #include "wx/button.h"
+    #include "wx/sizer.h"
+    #include "wx/textctrl.h"
+    #include "wx/settings.h"
 #endif
 
-#include "wx/sizer.h"
-#include "wx/textctrl.h"
-
 #include "wx/calctrl.h"
-#include "wx/settings.h"
 
 #if wxUSE_DATEPICKCTRL
     #include "wx/datectrl.h"
index 01917769a8e163a8683aa37e990c42e944f3bcfd..22de882986a372646622c4581154152cdc961e79 100644 (file)
@@ -26,6 +26,7 @@
 
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
+    #include "wx/frame.h"
     #include "wx/stattext.h"
     #include "wx/log.h"
     #include "wx/app.h"