From: Robin Dunn Date: Mon, 4 Oct 2004 20:06:35 +0000 (+0000) Subject: fix compile error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/30bbdf96e531c1daeb2559f3a3170741389168de fix compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index beaaab32e0..7fcaadeb5d 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -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__)