]> git.saurik.com Git - wxWidgets.git/commitdiff
making things build under osx-cocoa as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 5 Sep 2008 14:43:13 +0000 (14:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 5 Sep 2008 14:43:13 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/auibar.cpp

index 3ea18923d536cd129c5f582d72dedc064e30daa9..da42c3bc4269d261471d523f9f6a893569e4fa49 100644 (file)
@@ -38,6 +38,8 @@
 
 #ifdef __WXMAC__
 #include "wx/osx/private.h"
+// for themeing support
+#include <Carbon/Carbon.h>
 #endif
 
 #include "wx/arrimpl.cpp"