From dd145136b6ee88f6d5a9e273f9c39679989bc300 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 17 Dec 2007 07:28:07 +0000 Subject: [PATCH] missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/font.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2