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