X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaf7ab431b85d817af39d1a19b6d392ff5bd9379..b6a20a20d010d643e52914f51aa0700df0da925f:/src/motif/icon.cpp diff --git a/src/motif/icon.cpp b/src/motif/icon.cpp index e8316d4b9d..2006a62b4e 100644 --- a/src/motif/icon.cpp +++ b/src/motif/icon.cpp @@ -9,10 +9,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" IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap);