From: Ron Lee Date: Tue, 29 Feb 2000 16:12:54 +0000 (+0000) Subject: added missing include mdi.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d3cc7c6521c909b5d8be2b9fcff96442a8d2f6c8 added missing include mdi.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 18933e21b3..08d33b8b77 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -37,6 +37,7 @@ #include "wx/dialog.h" #include "wx/settings.h" #include "wx/dcclient.h" + #include "wx/mdi.h" #endif // WX_PRECOMP #include "wx/msw/private.h"