]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1188724 ] missing header in carbon CFM builds
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 13:02:17 +0000 (13:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 13:02:17 +0000 (13:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/mimetmac.cpp

index 67d3371823c343a6bb2acd7de1f22670ca74f56d..f1ce7743e557abe76789ce268842e2c133906098 100644 (file)
@@ -55,6 +55,7 @@
 
 #ifndef __DARWIN__
     #include <InternetConfig.h>
+    #include <CoreServices.h>
 #endif