X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ea2c29f51d358c9a9bbc37edda1541073c71364..c5c04fabb02c27bcc8115bff024d74ddd48f8175:/src/common/file.cpp?ds=inline diff --git a/src/common/file.cpp b/src/common/file.cpp index 5c5dd58c9d..504bdbceea 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -7,7 +7,7 @@ // Created: 29/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- @@ -28,7 +28,7 @@ #if wxUSE_FILE // standard -#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__) && !defined(__WXMICROWIN__) +#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXMICROWIN__) #include #ifndef __SALFORDC__ @@ -56,6 +56,7 @@ #elif (defined(__UNIX__) || defined(__GNUWIN32__)) #include + #include #ifdef __GNUWIN32__ #include #endif