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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user