From ec8c565dafa9f09e3812edb1ddb6f78fb4f4b225 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 1 Sep 2002 19:52:57 +0000 Subject: [PATCH] added missing #include frame.h for mingw(3.2) build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/utilsexc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index e184b84e6d..c71ce01c55 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -33,6 +33,7 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" + #include "wx/frame.h" #endif #ifdef __WIN32__ -- 2.50.0