]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
Python App bundles built on Jaguar won't run on Panther because of the
[wxWidgets.git] / src / mgl / pen.cpp
index dc2e476e82c5e3c08a3e52f5bf96c4e351206e80..686e6d46db37ea79d5856738230206cecb9943d6 100644 (file)
@@ -8,7 +8,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "pen.h"
 #endif
 
@@ -21,6 +21,7 @@
 
 #include "wx/pen.h"
 #include "wx/bitmap.h"
+#include "wx/colour.h"
 #include "wx/mgl/private.h"
 
 //-----------------------------------------------------------------------------