X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed0d735d588f42485461ea526596436c4c6ad4b..708c45a6cef439edb007ca8f8329582244f152f5:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index da27b425d1..3d6fde63ea 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -14,7 +14,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "file.h" #endif @@ -58,6 +58,7 @@ // TODO: what to include? #elif (defined(__UNIX__) || defined(__GNUWIN32__)) #include + #include #include #ifdef __GNUWIN32__ #include "wx/msw/wrapwin.h"