]> git.saurik.com Git - wxWidgets.git/commitdiff
preemptive fix for wxPython compilation. It will break otherwise when
authorRon Lee <ron@debian.org>
Tue, 11 Dec 2001 06:40:48 +0000 (06:40 +0000)
committerRon Lee <ron@debian.org>
Tue, 11 Dec 2001 06:40:48 +0000 (06:40 +0000)
the Serialise stuff goes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wx.h

index e53cfcdddb23fd5b7f13ece8b8286c348a2b045c..233ebcd16edf988bfbe4e7a18d61a1cf23078f68 100644 (file)
@@ -23,6 +23,7 @@
 #include "wx/event.h"
 #include "wx/app.h"
 #include "wx/utils.h"
+#include "wx/stream.h"
 
 #if wxUSE_GUI
 
     #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