From c21febdbf45bb5ab5cdf3b08307d32fe8a439636 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 5 Sep 2008 14:43:13 +0000 Subject: [PATCH] making things build under osx-cocoa as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/auibar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aui/auibar.cpp b/src/aui/auibar.cpp index 3ea18923d5..da42c3bc42 100644 --- a/src/aui/auibar.cpp +++ b/src/aui/auibar.cpp @@ -38,6 +38,8 @@ #ifdef __WXMAC__ #include "wx/osx/private.h" +// for themeing support +#include #endif #include "wx/arrimpl.cpp" -- 2.45.2