]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 Oct 2006 15:53:25 +0000 (15:53 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 Oct 2006 15:53:25 +0000 (15:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/collpaneg.cpp

index cded9aef40737991df876de6f463a2f2977a5b69..4a91de602deae116aefec85e4e85416c60dc09ad 100644 (file)
@@ -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();
 }
-