X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed39ff57b30a70a2395e07887a70bc01e7a3b7ec..f9a2692dbe8db32938121899073abef4d07dee13:/src/x11/brush.cpp?ds=sidebyside diff --git a/src/x11/brush.cpp b/src/x11/brush.cpp index 85614366cb..a3caec4115 100644 --- a/src/x11/brush.cpp +++ b/src/x11/brush.cpp @@ -9,13 +9,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "brush.h" #endif #include "wx/setup.h" #include "wx/utils.h" #include "wx/brush.h" +#include "wx/bitmap.h" #include "wx/colour.h" //-----------------------------------------------------------------------------