]> git.saurik.com Git - wxWidgets.git/commitdiff
console builds need another header from xcode
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 Jul 2008 21:12:49 +0000 (21:12 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 Jul 2008 21:12:49 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h

index 2e7a377222cf10cc804d57aae5f7692c665037a4..08807ebba70115bf6721a2c78182b9d235b62c0e 100644 (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"