From: Ryan Norton Date: Tue, 28 Sep 2004 15:41:27 +0000 (+0000) Subject: possibly fix compilo error w/xcode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/154ad28bb3f19b842b028b03d5f598dedcf8803c?ds=inline possibly fix compilo error w/xcode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/fontdlg.cpp b/src/mac/carbon/fontdlg.cpp index 5c210f71fc..892d0df454 100644 --- a/src/mac/carbon/fontdlg.cpp +++ b/src/mac/carbon/fontdlg.cpp @@ -29,10 +29,11 @@ #endif #ifndef WX_PRECOMP - #include "wx/mac/fontdlg.h" #include "wx/cmndata.h" #endif +#include "wx/mac/fontdlg.h" + #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog) #endif