From d618ed9b67158d15a925891998ca7e7eff3786b7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 6 Jun 2006 18:24:16 +0000 Subject: [PATCH] Compilation fix for Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/dockart.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/aui/dockart.cpp b/src/aui/dockart.cpp index 99f782d509..eb37327b70 100644 --- a/src/aui/dockart.cpp +++ b/src/aui/dockart.cpp @@ -34,6 +34,10 @@ #include "wx/dcclient.h" #endif +#ifdef __WXMAC__ +#include "wx/mac/private.h" +#endif + // -- wxDefaultDockArt class implementation -- // wxDefaultDockArt is an art provider class which does all of the drawing for