From: Vadim Zeitlin Date: Tue, 4 Nov 2008 12:11:30 +0000 (+0000) Subject: include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/975dd469bab7c0ca1d0b6c5c25e0396b27f2fb54 include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate .cpp file just to move the code doing it there seems impractical) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mdi.h b/include/wx/mdi.h index e11290ead9..2a7bbc2cfa 100644 --- a/include/wx/mdi.h +++ b/include/wx/mdi.h @@ -17,6 +17,7 @@ #if wxUSE_MDI #include "wx/frame.h" +#include "wx/menu.h" // forward declarations class WXDLLIMPEXP_FWD_CORE wxMDIParentFrame;