From 82e7574281fba8f66cb856dec02b8f997562c5a2 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 11 Jun 2008 16:26:14 +0000 Subject: [PATCH] iphone additions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/corefoundation/utilsexc_base.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mac/corefoundation/utilsexc_base.cpp b/src/mac/corefoundation/utilsexc_base.cpp index 41172aed2d..377b2464be 100644 --- a/src/mac/corefoundation/utilsexc_base.cpp +++ b/src/mac/corefoundation/utilsexc_base.cpp @@ -33,7 +33,9 @@ // Mac Includes #include +#ifndef __WXOSX_IPHONE__ #include +#endif // More WX Includes #include "wx/filename.h" -- 2.45.2