]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/pen.cpp
correct compilation after last change (added ifdef in the wrong function...)
[wxWidgets.git] / src / gtk1 / pen.cpp
index 26e47769b10191540e55c1b123980c74154a6d54..53464758d119455e813ac6bb52824eefebeb1f56 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/gtk/pen.cpp
+// Name:        src/gtk1/pen.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
 #include "wx/wxprec.h"
 
 #include "wx/pen.h"
-#include "wx/colour.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/colour.h"
+#endif
 
 #include <gdk/gdk.h>