From 2ae8a353528c12be92dbaa699f2ffc670188ab5b Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 1 Sep 2002 20:33:06 +0000 Subject: [PATCH] oops, make it build with wxbase too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/utilsexc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index c71ce01c55..db4da1ef05 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -33,8 +33,10 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" +#if wxUSE_GUI // See 'dirty hack' below. #include "wx/frame.h" #endif +#endif #ifdef __WIN32__ #include "wx/stream.h" -- 2.45.2