]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.
authorDavid Elliott <dfe@tgwbd.org>
Mon, 19 Nov 2007 19:09:20 +0000 (19:09 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 19 Nov 2007 19:09:20 +0000 (19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/intl.cpp

index 24ef9a4a1b6d45bf79998e317e9f5dcab109bdfe..a1e7d4d0b8441aa868765385b6abd643e2f3bbb7 100644 (file)
     #include "wx/mac/private.h"  // includes mac headers
 #endif
 
+#if defined(__WXOSX__)
+       #include "wx/mac/corefoundation/cfref.h"
+       #include <CoreFoundation/CFLocale.h>
+       #include "wx/mac/corefoundation/cfstring.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // simple types
 // ----------------------------------------------------------------------------