compilation fix for broken libstdc++ visibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6154212e51
commit
968454db03
@ -66,11 +66,13 @@
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include "wx/ioswrap.h"
|
||||
#include "wx/beforestd.h"
|
||||
#if wxUSE_IOSTREAMH
|
||||
#include <fstream.h>
|
||||
#else
|
||||
#include <fstream>
|
||||
#endif
|
||||
#include "wx/afterstd.h"
|
||||
#else
|
||||
#include "wx/wfstream.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user