From 975dd469bab7c0ca1d0b6c5c25e0396b27f2fb54 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 4 Nov 2008 12:11:30 +0000 Subject: [PATCH] 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 --- include/wx/mdi.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.45.2