include iostream header when using std streams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0817a2c54c
commit
76cf603e91
@ -19,11 +19,16 @@
|
|||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/wx.h"
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
#include "wx/txtstrm.h"
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_STD_IOSTREAM
|
||||||
|
#include "wx/ioswrap.h"
|
||||||
|
#else
|
||||||
|
#include "wx/txtstrm.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !wxUSE_DOC_VIEW_ARCHITECTURE
|
#if !wxUSE_DOC_VIEW_ARCHITECTURE
|
||||||
#error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in setup.h!
|
#error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in setup.h!
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user