From: Julian Smart Date: Mon, 5 Feb 2007 08:16:38 +0000 (+0000) Subject: Missing include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f48b3adcc05beedef8b34b039d6bfb933bb551c Missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"