From: Vadim Zeitlin Date: Sun, 25 Mar 2012 17:55:52 +0000 (+0000) Subject: Explicitly include wx/aui/dockart.h from the file needing it. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/445a98c7d2e4341603d4d8d2384c19ab9cd04ccc?ds=inline Explicitly include wx/aui/dockart.h from the file needing it. src/aui/tabmdi.cpp needs wxAuiDockArt declaration as it uses it, don't rely on wx/aui/dockart.h being included from other wxAUI headers and include it from here explicitly. See #14098. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/tabmdi.cpp b/src/aui/tabmdi.cpp index 881104291d..e54e2d97f0 100644 --- a/src/aui/tabmdi.cpp +++ b/src/aui/tabmdi.cpp @@ -38,6 +38,7 @@ #endif //WX_PRECOMP #include "wx/stockitem.h" +#include "wx/aui/dockart.h" enum MDI_MENU_ID {