From 1e2aa2f8dfd8e471bbb5f6b9c40100e76aa99d7d Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 2 May 2005 09:19:26 +0000 Subject: [PATCH] sizer.h needed by cygwin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/window.cpp b/src/msw/window.cpp index d72864aa13..6e4f99c390 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -47,6 +47,7 @@ #include "wx/msgdlg.h" #include "wx/settings.h" #include "wx/statbox.h" + #include "wx/sizer.h" #endif #if wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__) -- 2.45.2