X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed39ff57b30a70a2395e07887a70bc01e7a3b7ec..82a16d7e5e5c83e95a4caa7314de2dbfbd1debdc:/src/gtk1/brush.cpp?ds=sidebyside diff --git a/src/gtk1/brush.cpp b/src/gtk1/brush.cpp index dd6720c868..1c08f89f07 100644 --- a/src/gtk1/brush.cpp +++ b/src/gtk1/brush.cpp @@ -7,10 +7,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "brush.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/brush.h" #include "wx/colour.h"