From 5a9cd2d14235026a03888e46efb0747d8addbc96 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 19 Nov 2007 19:09:20 +0000 Subject: [PATCH] Fix wxCocoa build by including the relevant headers for the __WXOSX__ case. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 24ef9a4a1b..a1e7d4d0b8 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -76,6 +76,12 @@ #include "wx/mac/private.h" // includes mac headers #endif +#if defined(__WXOSX__) + #include "wx/mac/corefoundation/cfref.h" + #include + #include "wx/mac/corefoundation/cfstring.h" +#endif + // ---------------------------------------------------------------------------- // simple types // ---------------------------------------------------------------------------- -- 2.47.2