]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
Compile fixes for the const patch
[wxWidgets.git] / src / mgl / pen.cpp
index dc2e476e82c5e3c08a3e52f5bf96c4e351206e80..f4a878aefbd0ce09c5c0d7804891b964cb6a1909 100644 (file)
@@ -7,11 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
-#ifdef __GNUG__
-#pragma implementation "pen.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -21,6 +16,7 @@
 
 #include "wx/pen.h"
 #include "wx/bitmap.h"
+#include "wx/colour.h"
 #include "wx/mgl/private.h"
 
 //-----------------------------------------------------------------------------