non-pch build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#if wxUSE_BACKINGFILE
|
#if wxUSE_BACKINGFILE
|
||||||
|
|
||||||
|
#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.
|
||||||
//
|
//
|
||||||
|
@@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
#if wxUSE_BACKINGFILE
|
#if wxUSE_BACKINGFILE
|
||||||
|
|
||||||
|
#include "wx/fileback.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/stream.h"
|
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/fileback.h"
|
|
||||||
#include "wx/private/filename.h"
|
#include "wx/private/filename.h"
|
||||||
|
|
||||||
// Prefer wxFFile unless wxFile has large file support but wxFFile does not.
|
// Prefer wxFFile unless wxFile has large file support but wxFFile does not.
|
||||||
|
@@ -17,12 +17,14 @@
|
|||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
#include "wx/collpane.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/toplevel.h"
|
||||||
#include "wx/button.h"
|
#include "wx/button.h"
|
||||||
#include "wx/sizer.h"
|
#include "wx/sizer.h"
|
||||||
#endif // !WX_PRECOMP
|
#endif // !WX_PRECOMP
|
||||||
|
|
||||||
#include "wx/collpane.h"
|
|
||||||
#include "wx/statline.h"
|
#include "wx/statline.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user