include wx/beforestd.h before iostream headers to avoid problems with visibility in Unix build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-16 18:53:37 +00:00
parent 1cffe60012
commit c4fd5ede54
3 changed files with 6 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#undef new
#endif
#include "wx/beforestd.h"
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>
@@ -33,6 +34,7 @@
#include <iostream>
#include <fstream>
#endif
#include "wx/afterstd.h"
#include <ctype.h>
#include "tex2any.h"

View File

@@ -47,6 +47,7 @@
#include "wx/utils.h"
#include "wx/beforestd.h"
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>
@@ -54,6 +55,7 @@
#include <iostream>
#include <fstream>
#endif
#include "wx/afterstd.h"
#include <ctype.h>
#include <stdlib.h>

View File

@@ -29,6 +29,7 @@
#undef new
#endif
#include "wx/beforestd.h"
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>
@@ -37,6 +38,7 @@
#include <fstream>
using namespace std;
#endif
#include "wx/afterstd.h"
#include <ctype.h>
#include "tex2any.h"