]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compile error
authorRobin Dunn <robin@alldunn.com>
Mon, 4 Oct 2004 20:06:35 +0000 (20:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 4 Oct 2004 20:06:35 +0000 (20:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fileconf.cpp

index beaaab32e0640e24f6b9c1227acaa16bd2cba678..7fcaadeb5d845c927d9114585c8963e34bfbcaa2 100644 (file)
@@ -49,6 +49,7 @@
 
 #if defined(__WXMAC__)
   #include  "wx/mac/private.h"  // includes mac headers
+  #include  "wx/filename.h"     // for MacSetTypeAndCreator
 #endif
 
 #if defined(__WXMSW__)