From: Vadim Zeitlin Date: Sun, 16 Sep 2007 18:53:37 +0000 (+0000) Subject: include wx/beforestd.h before iostream headers to avoid problems with visibility... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c4fd5ede54cd84c4a682b4e94da330e7f1a8c7d4 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 --- diff --git a/utils/tex2rtf/src/table.cpp b/utils/tex2rtf/src/table.cpp index 55a8e68279..57750d36a4 100644 --- a/utils/tex2rtf/src/table.cpp +++ b/utils/tex2rtf/src/table.cpp @@ -26,6 +26,7 @@ #undef new #endif +#include "wx/beforestd.h" #if wxUSE_IOSTREAMH #include #include @@ -33,6 +34,7 @@ #include #include #endif +#include "wx/afterstd.h" #include #include "tex2any.h" diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index 55e7af99d8..3927575773 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -47,6 +47,7 @@ #include "wx/utils.h" +#include "wx/beforestd.h" #if wxUSE_IOSTREAMH #include #include @@ -54,6 +55,7 @@ #include #include #endif +#include "wx/afterstd.h" #include #include diff --git a/utils/tex2rtf/src/texutils.cpp b/utils/tex2rtf/src/texutils.cpp index 4133290545..5bf4838829 100644 --- a/utils/tex2rtf/src/texutils.cpp +++ b/utils/tex2rtf/src/texutils.cpp @@ -29,6 +29,7 @@ #undef new #endif +#include "wx/beforestd.h" #if wxUSE_IOSTREAMH #include #include @@ -37,6 +38,7 @@ #include using namespace std; #endif +#include "wx/afterstd.h" #include #include "tex2any.h"