From a4c46c19c20ca7717c8c30c4c5b706a31faf42c4 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 31 Mar 2005 10:37:34 +0000 Subject: [PATCH] missing include for memoryDC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/statbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index 6e2254b850..9ad9cb9eb2 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -39,6 +39,7 @@ #include "wx/notebook.h" #include "wx/sysopt.h" #include "wx/image.h" +#include "wx/dcmemory.h" #include "wx/msw/private.h" -- 2.45.2