From: Ron Lee Date: Sun, 1 Sep 2002 20:33:06 +0000 (+0000) Subject: oops, make it build with wxbase too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ae8a353528c12be92dbaa699f2ffc670188ab5b oops, make it build with wxbase too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"