]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
Compile fixes for the const patch
[wxWidgets.git] / src / mgl / pen.cpp
index d7a3cb142afb9d5e3dfee40af3c9018f8172ba99..f4a878aefbd0ce09c5c0d7804891b964cb6a1909 100644 (file)
@@ -3,15 +3,10 @@
 // Purpose:
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // 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"
 
 //-----------------------------------------------------------------------------