]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix
authorJulian Smart <julian@anthemion.co.uk>
Mon, 7 Jun 2004 09:46:39 +0000 (09:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 7 Jun 2004 09:46:39 +0000 (09:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filefn.cpp

index c5c4267f2e80843f192168eee3aaa35d7835f3b4..ba3a3c83c604f74e3c41813e4820c384a68ccb4e 100644 (file)
@@ -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__