From: Stefan Csomor Date: Mon, 17 Dec 2007 07:28:07 +0000 (+0000) Subject: missing include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dd145136b6ee88f6d5a9e273f9c39679989bc300 missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/font.cpp b/src/mac/carbon/font.cpp index beee3a6e18..e5ebd6dc39 100644 --- a/src/mac/carbon/font.cpp +++ b/src/mac/carbon/font.cpp @@ -31,6 +31,7 @@ #endif #include +#include IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)