X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356c775fcfeec51bf759e6dba1485793fe6f3636..9da00e91b4ad147584297b1a64cc1abfa50ee010:/src/mac/carbon/fontdlg.cpp diff --git a/src/mac/carbon/fontdlg.cpp b/src/mac/carbon/fontdlg.cpp index e2f20113dc..9d730720e2 100644 --- a/src/mac/carbon/fontdlg.cpp +++ b/src/mac/carbon/fontdlg.cpp @@ -37,6 +37,10 @@ #if !USE_NATIVE_FONT_DIALOG_FOR_MACOSX +#undef wxFontDialog + +#include "wx/mac/fontdlg.h" + #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog) #endif