console builds need another header from xcode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-07-29 21:12:49 +00:00
parent 94d0d21a15
commit 09f0f2cf08

View File

@@ -26,7 +26,7 @@
#if wxOSX_USE_IPHONE
#include <CoreGraphics/CoreGraphics.h>
#else
#include <QuartzCore/QuartzCore.h>
#include <ApplicationServices/ApplicationServices.h>
#endif
#include "wx/bitmap.h"