projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix bug to make Borland compile
[wxWidgets.git]
/
src
/
mgl
/
pen.cpp
diff --git
a/src/mgl/pen.cpp
b/src/mgl/pen.cpp
index dc2e476e82c5e3c08a3e52f5bf96c4e351206e80..863291bd9d048d16f65ed28698863ff23aaf0718 100644
(file)
--- a/
src/mgl/pen.cpp
+++ b/
src/mgl/pen.cpp
@@
-21,6
+21,7
@@
#include "wx/pen.h"
#include "wx/bitmap.h"
+#include "wx/colour.h"
#include "wx/mgl/private.h"
//-----------------------------------------------------------------------------