projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5067131
)
Added missing image.h header
author
Julian Smart
<julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:01:18 +0000
(13:01 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:01:18 +0000
(13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41699
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/bmpbase.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/bmpbase.cpp
b/src/common/bmpbase.cpp
index c9c0e666214de5d2e6518da54297f757c409c2bc..35ec2c237ff0e9dcd21018a8d30c248addd6d014 100644
(file)
--- a/
src/common/bmpbase.cpp
+++ b/
src/common/bmpbase.cpp
@@
-20,6
+20,7
@@
#ifndef WX_PRECOMP
#include "wx/colour.h"
#include "wx/icon.h"
+ #include "wx/image.h"
#endif // WX_PRECOMP
// ----------------------------------------------------------------------------