X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed39ff57b30a70a2395e07887a70bc01e7a3b7ec..cccb455e3099ab1bcf4e91944a69e77f28fc0758:/src/x11/brush.cpp

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"
 
 //-----------------------------------------------------------------------------