From 2aa607286c86f91bd8af9ac2d6287ba01521107c Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 20 Jan 2002 22:02:52 +0000 Subject: [PATCH] Added missing include for non-precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index 978eb7c13d..d6087502a3 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -30,6 +30,7 @@ #include "wx/dialog.h" #include "wx/settings.h" #include "wx/dcclient.h" + #include "wx/mdi.h" #endif // WX_PRECOMP #include "wx/os2/private.h" -- 2.50.0