projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a99d87
)
Added missing include
author
Julian Smart
<julian@anthemion.co.uk>
Wed, 18 Jan 2006 09:59:59 +0000
(09:59 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Wed, 18 Jan 2006 09:59:59 +0000
(09:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36949
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/colour.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/colour.cpp
b/src/msw/colour.cpp
index d537b88849eb2dc1ec12de0e3147c9353b307331..5ef30bb4d0330e69296085fad842731dbdfa3c3a 100644
(file)
--- a/
src/msw/colour.cpp
+++ b/
src/msw/colour.cpp
@@
-18,6
+18,7
@@
#include "wx/gdicmn.h"
#include "wx/msw/private.h"
+#include "wx/colour.h"
#include <string.h>