projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
default values for option and flag (TODO: preferences dialog)
[wxWidgets.git]
/
src
/
gtk
/
pen.cpp
diff --git
a/src/gtk/pen.cpp
b/src/gtk/pen.cpp
index 26e47769b10191540e55c1b123980c74154a6d54..498f38025d824acafccfcd34be884bb0dc8f3a7e 100644
(file)
--- a/
src/gtk/pen.cpp
+++ b/
src/gtk/pen.cpp
@@
-11,7
+11,10
@@
#include "wx/wxprec.h"
#include "wx/pen.h"
-#include "wx/colour.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/colour.h"
+#endif
#include <gdk/gdk.h>