X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/019faef468c1558315586be8f9071acbdbc6a385..d13ea3aa4f95c30358fcfb8af8b183191779ec81:/src/gtk1/icon.cpp?ds=sidebyside diff --git a/src/gtk1/icon.cpp b/src/gtk1/icon.cpp index 05c1089158..ef9780a56c 100644 --- a/src/gtk1/icon.cpp +++ b/src/gtk1/icon.cpp @@ -7,10 +7,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "icon.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/icon.h" //-----------------------------------------------------------------------------