X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16549a872342866e566ead18a2767384c5bde427..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/ioswrap.h?ds=sidebyside diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 6fe41e556b..5805588ead 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -4,20 +4,23 @@ // Author: Vadim Zeitlin // Modified by: // Created: 03.02.99 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #if wxUSE_STD_IOSTREAM +#include "wx/beforestd.h" + #if wxUSE_IOSTREAMH # include #else # include #endif -#ifdef __WXMSW__ +#include "wx/afterstd.h" + +#ifdef __WINDOWS__ # include "wx/msw/winundef.h" #endif