From 869d741e0b3353bf1e6edb8a16315e7f8a8e80cc Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 8 Feb 2007 15:48:27 +0000 Subject: [PATCH] Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44422 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 9b5e4bb5a7..b517eb633e 100644 --- a/src/mac/carbon/font.cpp +++ b/src/mac/carbon/font.cpp @@ -22,6 +22,7 @@ #include "wx/fontutil.h" #include "wx/graphics.h" +#include "wx/log.h" #include "wx/mac/private.h"