From 4ec3100ac1f54ae988d6968a71bfbc6ba7a1e0f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 23 Oct 2006 15:53:25 +0000 Subject: [PATCH] PCH build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/collpaneg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/collpaneg.cpp b/src/generic/collpaneg.cpp index cded9aef40..4a91de602d 100644 --- a/src/generic/collpaneg.cpp +++ b/src/generic/collpaneg.cpp @@ -19,6 +19,7 @@ #ifndef WX_PRECOMP #include "wx/button.h" + #include "wx/sizer.h" #endif // !WX_PRECOMP #include "wx/collpane.h" @@ -227,4 +228,3 @@ void wxGenericCollapsiblePane::OnSize(wxSizeEvent& WXUNUSED(event)) // this is very important to make the pane window layout show correctly m_pPane->Layout(); } - -- 2.45.2