X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca6a5f04692678cd2d9f3ea0843fc3f5a0b254f..23176131010f41b2f9a54bef50c8afa25472e195:/src/gtk1/statline.cpp?ds=sidebyside diff --git a/src/gtk1/statline.cpp b/src/gtk1/statline.cpp index 4e8f0787cb..d4299aa62e 100644 --- a/src/gtk1/statline.cpp +++ b/src/gtk1/statline.cpp @@ -7,10 +7,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "statline.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/statline.h" #if wxUSE_STATLINE