]> git.saurik.com Git - wxWidgets.git/commitdiff
missing include for memoryDC
authorChris Elliott <biol75@york.ac.uk>
Thu, 31 Mar 2005 10:37:34 +0000 (10:37 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 31 Mar 2005 10:37:34 +0000 (10:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/statbox.cpp

index 6e2254b8506ae0ac1be72f42decbe81b24e1cf46..9ad9cb9eb251ec5a56e9a118a227ae4409bf3dfc 100644 (file)
@@ -39,6 +39,7 @@
 #include "wx/notebook.h"
 #include "wx/sysopt.h"
 #include "wx/image.h"
 #include "wx/notebook.h"
 #include "wx/sysopt.h"
 #include "wx/image.h"
+#include "wx/dcmemory.h"
 
 #include "wx/msw/private.h"
 
 
 #include "wx/msw/private.h"