projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f02b73c
)
added missing include dcmemory.h
author
Ron Lee
<ron@debian.org>
Sat, 22 Jan 2000 18:13:27 +0000
(18:13 +0000)
committer
Ron Lee
<ron@debian.org>
Sat, 22 Jan 2000 18:13:27 +0000
(18:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5595
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/imaglist.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/imaglist.cpp
b/src/msw/imaglist.cpp
index c80c8b8e7a423085fb68da10239e02df1916764e..4cd16e46c2ae1ed67645240178ff2408ffd0cfa1 100644
(file)
--- a/
src/msw/imaglist.cpp
+++ b/
src/msw/imaglist.cpp
@@
-35,6
+35,7
@@
#include "wx/icon.h"
#include "wx/dc.h"
#include "wx/string.h"
#include "wx/icon.h"
#include "wx/dc.h"
#include "wx/string.h"
+ #include "wx/dcmemory.h"
#include <stdio.h>
#endif
#include <stdio.h>
#endif