bracketed fstream include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-10-18 06:48:35 +00:00
parent 7c630a2d4f
commit 92340b2ae8
2 changed files with 16 additions and 2 deletions

View File

@@ -23,7 +23,14 @@
#else
#include <stat.h>
#endif
#include <fstream.h>
#if wxUSE_STD_IOSTREAM
#if wxUSE_IOSTREAMH
#include <fstream.h>
#else
#include <fstream>
#endif
#endif
#include "wx/app.h"
#include "wx/dc.h"

View File

@@ -23,7 +23,14 @@
#else
#include <stat.h>
#endif
#include <fstream.h>
#if wxUSE_STD_IOSTREAM
#if wxUSE_IOSTREAMH
#include <fstream.h>
#else
#include <fstream>
#endif
#endif
#include "wx/app.h"
#include "wx/dc.h"