]> git.saurik.com Git - wxWidgets.git/commitdiff
precomp header fixes
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 18:25:23 +0000 (18:25 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 18:25:23 +0000 (18:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/filedlg.mm

index 12fe95f056f285d8f9a18ed1e787b560e6ea47b3..e88ca15679e057267f2673c35034e2ab495c30dc 100644 (file)
@@ -27,6 +27,9 @@
 #ifndef WX_PRECOMP
     #include "wx/msgdlg.h"
     #include "wx/app.h"
 #ifndef WX_PRECOMP
     #include "wx/msgdlg.h"
     #include "wx/app.h"
+    #include "wx/sizer.h"
+    #include "wx/stattext.h"
+    #include "wx/choice.h"
 #endif
 
 #include "wx/filename.h"
 #endif
 
 #include "wx/filename.h"