From: Stefan Csomor Date: Fri, 18 Feb 2011 18:25:23 +0000 (+0000) Subject: precomp header fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fbede18c59e6c96f0c91d57f13b263221add4b84?ds=inline precomp header fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/filedlg.mm b/src/osx/cocoa/filedlg.mm index 12fe95f056..e88ca15679 100644 --- a/src/osx/cocoa/filedlg.mm +++ b/src/osx/cocoa/filedlg.mm @@ -27,6 +27,9 @@ #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"