]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include dcmemory.h
authorRon Lee <ron@debian.org>
Sat, 22 Jan 2000 18:13:27 +0000 (18:13 +0000)
committerRon 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

index c80c8b8e7a423085fb68da10239e02df1916764e..4cd16e46c2ae1ed67645240178ff2408ffd0cfa1 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/icon.h"
     #include "wx/dc.h"
     #include "wx/string.h"
+    #include "wx/dcmemory.h"
 
     #include <stdio.h>
 #endif