]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/brush.cpp
byte length for interim UniChar String corrected
[wxWidgets.git] / src / x11 / brush.cpp
index 85614366cbf96a29f801358b91bb3279ff1065e2..a3caec41156860fe54a6804b3145b45f0f2c0efc 100644 (file)
@@ -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"
 
 //-----------------------------------------------------------------------------