From: David Elliott Date: Sun, 31 Oct 2004 21:46:12 +0000 (+0000) Subject: Do not use framework includes in CFM builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/072a99f4317f38813934e1f25ea926334a702540?hp=0f2b2fb81197d15c6f99753ef9d47173bbdefc8a Do not use framework includes in CFM builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/corefoundation/stdpaths_cf.cpp b/src/mac/corefoundation/stdpaths_cf.cpp index f38c5a7210..24caa0ff76 100644 --- a/src/mac/corefoundation/stdpaths_cf.cpp +++ b/src/mac/corefoundation/stdpaths_cf.cpp @@ -18,8 +18,13 @@ #include "wx/filename.h" #include "wx/mac/corefoundation/cfstring.h" +#if defined(__DARWIN__) #include #include +#else +#include +#include +#endif // See comment in include/wx/mac/corefoundation/stdpaths.h #ifndef wxStandardPaths