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:
Václav Slavík 2007-08-19 22:16:30 +00:00
parent 6154212e51
commit 968454db03

View File

@ -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