From: Robert Roebling Date: Sun, 29 Aug 2010 12:24:44 +0000 (+0000) Subject: include wx/sizer.h as buildbot complained X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e9a680ccc537dad628557b0177437068bc7183b2 include wx/sizer.h as buildbot complained git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/ribbon/panel.cpp b/src/ribbon/panel.cpp index 512ec8ae32..a590c9b8f0 100644 --- a/src/ribbon/panel.cpp +++ b/src/ribbon/panel.cpp @@ -22,6 +22,7 @@ #include "wx/ribbon/bar.h" #include "wx/dcbuffer.h" #include "wx/display.h" +#include "wx/sizer.h" #ifndef WX_PRECOMP #include "wx/frame.h"