From: Ron Lee Date: Tue, 11 Dec 2001 06:40:48 +0000 (+0000) Subject: preemptive fix for wxPython compilation. It will break otherwise when X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/edc8bd8df31879c79f286c3b3842da0a2c82e208 preemptive fix for wxPython compilation. It will break otherwise when the Serialise stuff goes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wx.h b/include/wx/wx.h index e53cfcdddb..233ebcd16e 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -23,6 +23,7 @@ #include "wx/event.h" #include "wx/app.h" #include "wx/utils.h" +#include "wx/stream.h" #if wxUSE_GUI @@ -83,11 +84,6 @@ #include "wx/valtext.h" #endif // wxUSE_VALIDATORS -#if wxUSE_SERIAL - #include "wx/objstrm.h" - #include "wx/serbase.h" -#endif // wxUSE_SERIAL - #endif // wxUSE_GUI #endif