git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42326
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#include "wx/stream.h"
+
// ----------------------------------------------------------------------------
// Backs an input stream with memory or a file to make it seekable.
//
// ----------------------------------------------------------------------------
// Backs an input stream with memory or a file to make it seekable.
//
+#include "wx/fileback.h"
+
#include "wx/utils.h"
#include "wx/log.h"
#endif
#include "wx/utils.h"
#include "wx/log.h"
#endif
-#include "wx/fileback.h"
#include "wx/private/filename.h"
// Prefer wxFFile unless wxFile has large file support but wxFFile does not.
#include "wx/private/filename.h"
// Prefer wxFFile unless wxFile has large file support but wxFFile does not.
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#include "wx/collpane.h"
+
+ #include "wx/toplevel.h"
#include "wx/button.h"
#include "wx/sizer.h"
#endif // !WX_PRECOMP
#include "wx/button.h"
#include "wx/sizer.h"
#endif // !WX_PRECOMP
-#include "wx/collpane.h"
#include "wx/statline.h"
// ----------------------------------------------------------------------------
#include "wx/statline.h"
// ----------------------------------------------------------------------------