From: Julian Smart Date: Mon, 7 Jun 2004 09:46:39 +0000 (+0000) Subject: Compile fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2830108944caf8f1d944d7f1d677ac9fca44448d Compile fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index c5c4267f2e..ba3a3c83c6 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -51,7 +51,8 @@ #endif #if defined(__WXMAC__) - #include "wx/mac/private.h" // includes mac headers + #include "wx/mac/private.h" // includes mac headers + #include "wx/font.h" #endif #ifdef __WXWINCE__